openwrt-packages/lang/node/patches/999-revert_enable_pointer_a...

11 lines
310 B
Diff

--- a/configure.py
+++ b/configure.py
@@ -1290,7 +1290,6 @@ def configure_node(o):
# Enable branch protection for arm64
if target_arch == 'arm64':
- o['cflags']+=['-msign-return-address=all']
o['variables']['arm_fpu'] = options.arm_fpu or 'neon'
if options.node_snapshot_main is not None: