Skip to content

Commit

Permalink
build: set the arm_fpu variable on ARMv8
Browse files Browse the repository at this point in the history
Make the variable available to dependencies when building on ARMv8.
  • Loading branch information
lpinca committed Nov 13, 2022
1 parent 0f2cde0 commit f8dae90
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 f8dae90

Please sign in to comment.