Skip to content

Commit

Permalink
fixup! deps: enable zlib AVX-512 optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca committed May 31, 2023
1 parent ea9b1ec commit dcc9a3f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deps/zlib/zlib.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,9 @@
'-Wno-implicit-fallthrough',
'-mxsave',
],
'xcode_settings': {
'OTHER_CFLAGS': [ '-mxsave' ],
},
'defines': [ 'HAVE_HIDDEN' ],
}, {
'defines': [ 'ZLIB_DLL' ]
Expand Down

0 comments on commit dcc9a3f

Please sign in to comment.