调整 Makefile 和 CMake 配置

This commit is contained in:
2025-09-30 20:51:57 +08:00
parent 9315505085
commit 4500a5adfd
2 changed files with 3 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
# compile flags
add_compile_options(-g)
add_compile_options(-Wall)
# add_link_options(-fsanitize=address)
project(${APP_NAME}
VERSION 0.0.1