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 5e242fe commit ddf2751Copy full SHA for ddf2751
.github/scripts/windows/build_task.bat
@@ -31,12 +31,7 @@ if %errorlevel% neq 0 exit /b 3
31
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
34
-rem Some undefined behavior is reported on 32-bit, this should be fixed
35
-if "%PLATFORM%" == "x86" (
36
- set CFLAGS=/W1
37
-) else (
38
- set CFLAGS=/W1 /WX
39
-)
+set CFLAGS=/W1 /WX
40
41
cmd /c configure.bat ^
42
--enable-snapshot-build ^
0 commit comments