Skip to content

Commit fa37428

Browse files
danbevtargos
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 <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Santiago Gimeno <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Voltrex <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 813cf74 commit fa37428

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)