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 903fcf6 commit 809313d
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 @@ -37,7 +37,7 @@ before_build:
- echo add_subdirectory(DiligentCore) >> CMakeLists.txt
- echo add_subdirectory(DiligentTools) >> CMakeLists.txt
- echo %PLATFORM%
- cmake -S . -B ./build -D DILIGENT_BUILD_TOOLS_TESTS=TRUE -G "Visual Studio 16 2019" -A %PLATFORM%
- 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%

build:
project: c:\projects\build\DiligentTools_Test.sln
Expand Down

0 comments on commit 809313d

Please sign in to comment.