Skip to content

Commit

Permalink
deps: update zlib to upstream 8bbd6c31
Browse files Browse the repository at this point in the history
Updated as described in doc/contributing/maintaining-zlib.md.

PR-URL: #45387
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
  • Loading branch information
lpinca authored and danielleadams committed Jan 3, 2023
1 parent cac449f commit 978cfad
Show file tree
Hide file tree
Showing 111 changed files with 18,346 additions and 3,478 deletions.
1 change: 1 addition & 0 deletions configure.py
Expand Up @@ -1266,6 +1266,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 978cfad

Please sign in to comment.