Skip to content

Commit e88c667

Browse files
committed
compile:use -g3 to get more debug info
more info in https://gcc.gnu.org/onlinedocs/gcc/Debugging-Options.html Signed-off-by: anjiahao <[email protected]>
1 parent d16de91 commit e88c667

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Kconfig

+1
Original file line numberDiff line numberDiff line change
@@ -2495,6 +2495,7 @@ config DEBUG_SYMBOLS
24952495

24962496
config DEBUG_SYMBOLS_LEVEL
24972497
string "Custom symbols level"
2498+
default "-g3" if ARCH_TOOLCHAIN_GNU
24982499
default "-g"
24992500
---help---
25002501
This string represents the custom symbol level that will be

0 commit comments

Comments
 (0)