Skip to content

Commit 71e8723

Browse files
lpincadanielleadams
authored andcommitted
deps: update zlib to upstream 8bbd6c31
Updated as described in doc/contributing/maintaining-zlib.md. PR-URL: #45387 Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
1 parent 8116f1c commit 71e8723

File tree

111 files changed

+18346
-3478
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+18346
-3478
lines changed

configure.py

+1
Original file line numberDiff line numberDiff line change
@@ -1266,6 +1266,7 @@ def configure_node(o):
12661266
# Enable branch protection for arm64
12671267
if target_arch == 'arm64':
12681268
o['cflags']+=['-msign-return-address=all']
1269+
o['variables']['arm_fpu'] = options.arm_fpu or 'neon'
12691270

12701271
if options.node_snapshot_main is not None:
12711272
if options.shared:

0 commit comments

Comments
 (0)