Skip to content

Commit

Permalink
no GV
Browse files Browse the repository at this point in the history
  • Loading branch information
hmacdope committed Aug 6, 2024
1 parent 46a2aab commit 1b64302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libdistopia/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if (DISTOPIA_LIBDISTOPIA_SUPRESS_MSVC_OPT) # causes compiler crash on MSVC on G
message(STATUS "Supressing MSVC optimisations in libdistopia")
message(WARNING "This should only be used for testing and debugging purposes")
if (MSVC)
target_compile_options(libdistopia PRIVATE /Od /Gv /GF /Gy)
target_compile_options(libdistopia PRIVATE /Od /GF /Gy)
endif()
endif()

Expand Down

0 comments on commit 1b64302

Please sign in to comment.