Skip to content

Commit

Permalink
deps: add -fno-strict-aliasing flag to libuv
Browse files Browse the repository at this point in the history
This commit turns on `-fno-strict-aliasing` in libuv.

Fixes: #40368
Refs: libuv/libuv#1230
  • Loading branch information
danbev committed Oct 28, 2021
1 parent e55ab89 commit 6b753f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deps/uv/uv.gyp
Expand Up @@ -221,6 +221,7 @@
'-Wextra',
'-Wno-unused-parameter',
'-Wstrict-prototypes',
'-fno-strict-aliasing',
],
}],
[ 'OS in "mac ios"', {
Expand Down

0 comments on commit 6b753f3

Please sign in to comment.