We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Unrecognized command line option -msign-return-address=all
1 parent 769b65b commit bb8597eCopy full SHA for bb8597e
configure.py
@@ -1289,10 +1289,11 @@ def configure_node(o):
1289
1290
o['variables']['want_separate_host_toolset'] = int(cross_compiling)
1291
1292
- # Enable branch protection for arm64
1293
- if target_arch == 'arm64':
1294
- o['cflags']+=['-msign-return-address=all']
1295
- o['variables']['arm_fpu'] = options.arm_fpu or 'neon'
+ # See: https://github.com/nodejs/node/issues/42888
+ # # Enable branch protection for arm64
+ # if target_arch == 'arm64':
+ # o['cflags']+=['-msign-return-address=all']
1296
+ # o['variables']['arm_fpu'] = options.arm_fpu or 'neon'
1297
1298
if options.node_snapshot_main is not None:
1299
if options.shared:
0 commit comments