Skip to content

Commit

Permalink
build: set arm_fpu to 'neon' on ARMv8
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca committed Nov 10, 2022
1 parent 81ab00d commit 71935a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -1237,6 +1237,7 @@ 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:
if options.shared:
Expand Down

0 comments on commit 71935a5

Please sign in to comment.