From 2755596d59e6b24d61f19a9d0cd2991a08ec83c4 Mon Sep 17 00:00:00 2001 From: Lephe Date: Sun, 31 Mar 2024 14:14:52 +0200 Subject: [PATCH] meta: build with -g to allow add-in debugging --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 438c2b6..505a2b3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -252,7 +252,7 @@ fxconv_declare_assets(${ASSETS_FX} ${ASSETS_CG}) include_directories( "${PROJECT_SOURCE_DIR}/include" "${PROJECT_BINARY_DIR}/include") -add_compile_options(-Wall -Wextra -std=c11 -Os -fstrict-volatile-bitfields -mtas) +add_compile_options(-Wall -Wextra -std=c11 -Os -g -fstrict-volatile-bitfields -mtas) if("${FXSDK_PLATFORM_LONG}" STREQUAL fx9860G) add_compile_definitions(FX9860G)