compile/flags: add FRAME_POINTER into Toolchain.defs

Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
chao.an
2021-12-27 12:13:48 +08:00
committed by Xiang Xiao
parent 8eb999ff03
commit a42aa8415d
14 changed files with 77 additions and 3 deletions
+8
View File
@@ -1919,6 +1919,14 @@ config DEBUG_SYMBOLS
---help---
Build with debug symbols (needed for use with a debugger).
config FRAME_POINTER
bool "Compile the NuttX with frame pointers"
default n
---help---
If you say Y here the resulting NuttX image will be slightly
larger and slower, but it gives very useful debugging information
in case of bugs.
endmenu # Debug Options
config ARCH_HAVE_CUSTOMOPT