Perf: yyjson replaces cjson

This commit is contained in:
liuxueli
2024-06-27 01:44:07 +00:00
parent e24a7a6fb4
commit da0a82039f
21 changed files with 17620 additions and 284 deletions

View File

@@ -25,6 +25,8 @@ if (CMAKE_CXX_CPPCHECK)
"--suppress=variableScope"
"--suppress=unreadVariable"
"--suppress=unusedStructMember"
"--suppress=*:${PROJECT_SOURCE_DIR}/deps/toml/*"
"--suppress=*:${PROJECT_SOURCE_DIR}/deps/yyjson/*"
)
set(CMAKE_C_CPPCHECK ${CMAKE_CXX_CPPCHECK})
else()