We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75d7684 commit 8434e7fCopy full SHA for 8434e7f
.github/scripts/windows/build_task.bat
@@ -32,7 +32,7 @@ if "%THREAD_SAFE%" equ "0" set ADD_CONF=%ADD_CONF% --disable-zts
32
if "%INTRINSICS%" neq "" set ADD_CONF=%ADD_CONF% --enable-native-intrinsics=%INTRINSICS%
33
if "%ASAN%" equ "1" set ADD_CONF=%ADD_CONF% --enable-sanitizer --enable-debug-pack
34
35
-set CFLAGS=/W1 /WX /w14013
+set CFLAGS=/W2 /WX /w14013 /wd4146 /wd4244
36
37
cmd /c configure.bat ^
38
--enable-snapshot-build ^
0 commit comments