Skip to content

Commit a68ba18

Browse files
Appveyor: enable warning-as-error compile option
1 parent 7574506 commit a68ba18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ before_build:
3737
- echo add_subdirectory(DiligentCore) >> CMakeLists.txt
3838
- echo add_subdirectory(DiligentTools) >> CMakeLists.txt
3939
- echo %PLATFORM%
40-
- cmake -S . -B ./build -D DILIGENT_BUILD_TOOLS_TESTS=TRUE -D DILIGENT_MSVC_RELEASE_COMPILE_OPTIONS="/arch:AVX2" -G "Visual Studio 16 2019" -A %PLATFORM%
40+
- cmake -S . -B ./build -D DILIGENT_BUILD_TOOLS_TESTS=TRUE -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: c:\projects\build\DiligentTools_Test.sln

0 commit comments

Comments
 (0)