diff --git a/CMakeLists.txt b/CMakeLists.txt index bfeb2484538edc211ce04e8b4086038d8784221c..cc6d264fef96d53068d6c6f3643b1e5923d15fc0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ endif() set(CMAKE_EXPORT_COMPILE_COMMANDS ON) -add_compile_options(-fstandalone-debug) # 防止 string 在调试时显示 summary string parsing error +#add_compile_options(-fstandalone-debug) # 防止 string 在调试时显示 summary string parsing error message(STATUS "BUILD TYPE : ${CMAKE_BUILD_TYPE}")