summaryrefslogtreecommitdiffhomepage
path: root/cmake
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-11-19 18:31:41 +0100
committerStanislaw Halik <sthalik@misaki.pl>2022-11-19 18:31:41 +0100
commit7900cd7d33447ed3385146a857f589cbb7d16e04 (patch)
tree416f2ea1931b723c2ea9b14dfca11300a2055efd /cmake
parent2c3a9664645f7dc77164f561f84aa0fd56a2bc11 (diff)
cmake: disable -d2cgsummary
Diffstat (limited to 'cmake')
-rw-r--r--cmake/msvc.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/msvc.cmake b/cmake/msvc.cmake
index 3889a5f5..c9fca955 100644
--- a/cmake/msvc.cmake
+++ b/cmake/msvc.cmake
@@ -37,7 +37,7 @@ SET(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)
#add_definitions(-D_ITERATOR_DEBUG_LEVEL=0)
#add_compile_options(-Qvec-report:2)
-add_compile_options(-d2cgsummary -Bt)
+#add_compile_options(-d2cgsummary -Bt)
add_definitions(-D_HAS_EXCEPTIONS=0)
if(DEFINED CMAKE_TOOLCHAIN_FILE)