diff --git a/ci/build-windows.bat b/ci/build-windows.bat index 8532140..5451d07 100644 --- a/ci/build-windows.bat +++ b/ci/build-windows.bat @@ -4,6 +4,7 @@ mkdir build REM build cd build +set CFLAGS=/WX set CXXFLAGS=/WX cmake -GNinja -DCMAKE_BUILD_TYPE=RelWithDebInfo -DLIBICSNEO_BUILD_TESTS=ON .. if %errorlevel% neq 0 exit /b %errorlevel%