Skip to content

Commit

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

Fixes: #40368
Refs: libuv/libuv#1230

PR-URL: #40631
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michael Dawson <midawson@redhat.com>
Reviewed-By: Voltrex <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
danbev authored and richardlau committed Jan 10, 2022
1 parent 0d448ea commit cede1f2
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 cede1f2

Please sign in to comment.