summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 86d2423ed..56743bb1b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -124,7 +124,7 @@ else()
124 # /EHsc - C++-only exception handling semantics 124 # /EHsc - C++-only exception handling semantics
125 # /Zc:throwingNew - let codegen assume `operator new` will never return null 125 # /Zc:throwingNew - let codegen assume `operator new` will never return null
126 # /Zc:inline - let codegen omit inline functions in object files 126 # /Zc:inline - let codegen omit inline functions in object files
127 set(CMAKE_CXX_FLAGS "${CMAKE_C_FLAGS} /EHsc /std:c++latest /Zc:throwingNew,inline" CACHE STRING "" FORCE) 127 set(CMAKE_CXX_FLAGS "${CMAKE_C_FLAGS} /EHsc /Zc:throwingNew,inline" CACHE STRING "" FORCE)
128 128
129 # /MDd - Multi-threaded Debug Runtime DLL 129 # /MDd - Multi-threaded Debug Runtime DLL
130 set(CMAKE_C_FLAGS_DEBUG "/Od /MDd" CACHE STRING "" FORCE) 130 set(CMAKE_C_FLAGS_DEBUG "/Od /MDd" CACHE STRING "" FORCE)