summaryrefslogtreecommitdiff
path: root/src/json
diff options
context:
space:
mode:
Diffstat (limited to 'src/json')
-rw-r--r--src/json/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/json/CMakeLists.txt b/src/json/CMakeLists.txt
index de99c7f0c..9056e4b6d 100644
--- a/src/json/CMakeLists.txt
+++ b/src/json/CMakeLists.txt
@@ -1,5 +1,5 @@
if(MSVC)
- set(CMAKE_CXX_FLAGS_RELEASE "/MT")
+ set(CMAKE_CXX_FLAGS_RELEASE "/MT /O2 /Ob2 /D NDEBUG")
endif()
add_library(jsoncpp jsoncpp.cpp)