incubator-nuttx/libs/libc/symtab/Kconfig

13 lines
415 B
Plaintext
Raw Normal View History

#
# 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.