Skip to content

Commit

Permalink
Appveyor: disabled whole program optimization in release build
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMostDiligent committed Aug 28, 2024
1 parent c632314 commit 287c8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ before_build:
- echo add_subdirectory(DiligentFX) >> CMakeLists.txt
- echo add_subdirectory(DiligentSamples) >> CMakeLists.txt
- echo %PLATFORM%
- cmake -S . -B ./build -G "Visual Studio 16 2019" -A %PLATFORM%
- cmake -S . -B ./build -D DILIGENT_MSVC_RELEASE_COMPILE_OPTIONS="/arch:AVX2" -G "Visual Studio 16 2019" -A %PLATFORM%
- nuget restore c:\projects\build\DiligentSamples_Test.sln

build:
Expand Down

0 comments on commit 287c8be

Please sign in to comment.