From 7e44b6739a55ba912e42e4b4411c9e3d8a3cabb3 Mon Sep 17 00:00:00 2001 From: Ack Date: Sun, 14 Sep 2025 20:18:48 +0800 Subject: [PATCH] debug --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bfeb248..cc6d264 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}") -- GitLab