Commit 3f8d9ebd authored by Yang's avatar Yang

fix clang debug error

parent 11d80799
......@@ -12,6 +12,8 @@ endif()
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
add_compile_options(-fstandalone-debug) # 防止 string 在调试时显示 summary string parsing error
message(STATUS "BUILD TYPE : ${CMAKE_BUILD_TYPE}")
INCLUDE_DIRECTORIES(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment