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 7574506 commit a68ba18Copy full SHA for a68ba18
appveyor.yml
@@ -37,7 +37,7 @@ before_build:
37
- echo add_subdirectory(DiligentCore) >> CMakeLists.txt
38
- echo add_subdirectory(DiligentTools) >> CMakeLists.txt
39
- 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%
+ - 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%
41
42
build:
43
project: c:\projects\build\DiligentTools_Test.sln
0 commit comments