d20bd62e08
let the nuttx print out symbolic crash information and symbolic stack backtraces. This increases the size of the nuttx somewhat, as all symbols have to be loaded into the nuttx image. Signed-off-by: chao.an <anchao@xiaomi.com>
13 lines
412 B
Plaintext
13 lines
412 B
Plaintext
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
config ALLSYMS
|
|
bool "Load all symbols for debugging"
|
|
default n
|
|
help
|
|
Say Y here to let the nuttx print out symbolic crash information and
|
|
symbolic stack backtraces. This increases the size of the nuttx
|
|
somewhat, as all symbols have to be loaded into the nuttx image.
|