From 3b6c2a3e9bbe82cddb9187a320391453120bb741 Mon Sep 17 00:00:00 2001 From: Zhi Guan Date: Mon, 13 May 2024 15:57:57 +0800 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 40635182..c50e8fd0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ SET(CMAKE_MODULE_PATH "${CMAKE_MODULE_PATH};${CMAKE_CURRENT_SOURCE_DIR}/cmake") include_directories(include) if(MSVC) - add_compile_options(/O2) + #add_compile_options(/O2) # conflict with CI /0d (not optimized) else() add_compile_options(-O3) endif()