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 4ded5dc commit 82fc3d4Copy full SHA for 82fc3d4
.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
patch --binary %DEPS_DIR%\include\net-snmp\net-snmp-config.h -i %~dp0net-snmp-config.h.patch.bin
42
if %errorlevel% neq 0 exit /b 3
0 commit comments