Skip to content

Commit c41e67f

Browse files
lpincaruyadorno
authored andcommitted
deps: update zlib to upstream 8bbd6c31
Updated as described in doc/contributing/maintaining-zlib.md. PR-URL: #45387 Reviewed-By: Rafael Gonzaga <[email protected]>
1 parent 413bf9a commit c41e67f

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
@@ -1237,6 +1237,7 @@ def configure_node(o):
12371237
# Enable branch protection for arm64
12381238
if target_arch == 'arm64':
12391239
o['cflags']+=['-msign-return-address=all']
1240+
o['variables']['arm_fpu'] = options.arm_fpu or 'neon'
12401241

12411242
if options.node_snapshot_main is not None:
12421243
if options.shared:

0 commit comments

Comments
 (0)