Skip to content

Commit cede1f2

Browse files
danbevrichardlau
authored andcommitted
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>
1 parent 0d448ea commit cede1f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deps/uv/uv.gyp

+1
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@
221221
'-Wextra',
222222
'-Wno-unused-parameter',
223223
'-Wstrict-prototypes',
224+
'-fno-strict-aliasing',
224225
],
225226
}],
226227
[ 'OS in "mac ios"', {

0 commit comments

Comments
 (0)