Skip to content

Commit 653ea85

Browse files
Appveyor: enable warning-as-error compile option
Also a few Hydrogent improvements
1 parent ebdd22e commit 653ea85

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

DiligentCore

DiligentSamples

DiligentTools

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ before_build:
4343
- 'cd %APPVEYOR_BUILD_FOLDER%'
4444
- echo %PLATFORM%
4545
- echo.%cmake_args%
46-
- cmake %cmake_args% -S . -B ./build -D DILIGENT_MSVC_RELEASE_COMPILE_OPTIONS="/arch:AVX2" -G "Visual Studio 16 2019" -A %PLATFORM%
46+
- cmake %cmake_args% -S . -B ./build -D DILIGENT_MSVC_COMPILE_OPTIONS="/WX" -D DILIGENT_MSVC_RELEASE_COMPILE_OPTIONS="/arch:AVX2" -G "Visual Studio 16 2019" -A %PLATFORM%
4747
- nuget restore C:\projects\diligentengine\build\DiligentEngine.sln
4848

4949
build:

0 commit comments

Comments
 (0)