From 1b643026563016cf48aad9c0815fd0b455fea2ae Mon Sep 17 00:00:00 2001 From: hmacdope Date: Tue, 6 Aug 2024 17:43:22 +1000 Subject: [PATCH] no GV --- libdistopia/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libdistopia/CMakeLists.txt b/libdistopia/CMakeLists.txt index 99d66ee5..7c5d4fc6 100644 --- a/libdistopia/CMakeLists.txt +++ b/libdistopia/CMakeLists.txt @@ -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()