We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 800c784 commit f8eb6ebCopy full SHA for f8eb6eb
.github/scripts/windows/build_task.bat
@@ -49,12 +49,7 @@ if %errorlevel% neq 0 exit /b 3
49
if "%THREAD_SAFE%" equ "0" set ADD_CONF=%ADD_CONF% --disable-zts
50
if "%INTRINSICS%" neq "" set ADD_CONF=%ADD_CONF% --enable-native-intrinsics=%INTRINSICS%
51
52
-rem Some undefined behavior is reported on 32-bit, this should be fixed
53
-if "%PLATFORM%" == "x86" (
54
- set CFLAGS=/W1
55
-) else (
56
- set CFLAGS=/W1 /WX
57
-)
+set CFLAGS=/W1 /WX
58
59
patch --binary %DEPS_DIR%\include\net-snmp\net-snmp-config.h -i %~dp0net-snmp-config.h.patch.bin
60
0 commit comments