Skip to content

Commit 708741e

Browse files
Appveyor: enable warning-as-error option
1 parent 26b091e commit 708741e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ before_build:
3737
- 'cd %APPVEYOR_BUILD_FOLDER%'
3838
- echo %PLATFORM%
3939
- echo.%cmake_args%
40-
- cmake %cmake_args% -S . -B ./build -D DILIGENT_BUILD_CORE_TESTS=TRUE -D CMAKE_INSTALL_PREFIX=install -D DILIGENT_MSVC_RELEASE_COMPILE_OPTIONS="/arch:AVX2" -G "Visual Studio 16 2019" -A %PLATFORM%
40+
- cmake %cmake_args% -S . -B ./build -D DILIGENT_BUILD_CORE_TESTS=TRUE -D CMAKE_INSTALL_PREFIX=install -D DILIGENT_MSVC_COMPILE_OPTIONS="/WX" -D DILIGENT_MSVC_RELEASE_COMPILE_OPTIONS="/arch:AVX2" -G "Visual Studio 16 2019" -A %PLATFORM%
4141

4242
build:
4343
project: '%APPVEYOR_BUILD_FOLDER%\build\INSTALL.vcxproj'

0 commit comments

Comments
 (0)