From 16b70fe68f3e14b1161ea5aa0d7398a4627a389f Mon Sep 17 00:00:00 2001 From: Hamid Reza Arzaghi Date: Fri, 21 Aug 2020 15:18:35 +0430 Subject: [PATCH] Fixes Issue #1198 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3a3ca0e8f76..6d2b5ee3692 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -68,7 +68,7 @@ add_compile_definitions( _CRT_DECLARE_NONSTDC_NAMES=1 ) # TRANSITION, /analyze ? -add_compile_options(/diagnostics:caret /W4 /WX /w14265 /w15038 /d1FastFail /guard:cf /Z7 /d2Zi+ /Gm- /Gy /Zp8 /std:c++latest /permissive- /Zc:threadSafeInit- /Zl) +add_compile_options(/diagnostics:caret /W4 /WX /w14265 /w15038 /d1FastFail /guard:cf /Z7 /Gm- /Gy /Zp8 /std:c++latest /permissive- /Zc:threadSafeInit- /Zl) set(VCLIBS_DEBUG_OPTIONS "/Od") set(VCLIBS_RELEASE_OPTIONS "/O2;/Os") # TRANSITION: Potentially remove /Os