compile: add DEBUG_SYMBOLS_LEVEL allow custom the level

Signed-off-by: ligd <liguiding1@xiaomi.com>
This commit is contained in:
ligd
2024-07-31 10:35:54 +08:00
committed by Xiang Xiao
parent c76e83beaa
commit 551e6ce3ab
32 changed files with 44 additions and 30 deletions
+7
View File
@@ -2446,6 +2446,13 @@ config DEBUG_SYMBOLS
---help---
Build with debug symbols (needed for use with a debugger).
config DEBUG_SYMBOLS_LEVEL
string "Custom symbols level"
default "-g"
---help---
This string represents the custom symbol level that will be
used if DEBUG_SYMBOLS.
config FRAME_POINTER
bool "Compile the NuttX with frame pointers"
default n