mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
Add CONFIG_STACK_COLORATION that does the same thing as CONFIG_DEBUG_STACK but without enabling debug. From David Sidrane
This commit is contained in:
@@ -675,6 +675,15 @@ config DEBUG_WATCHDOG
|
||||
|
||||
endif # DEBUG
|
||||
|
||||
config STACK_COLORATION
|
||||
bool "Stack coloration"
|
||||
default n
|
||||
depends on ARCH_HAVE_STACKCHECK && !DEBUG_STACK
|
||||
---help---
|
||||
Enable stack coloration to initialize the stack memory to the value
|
||||
of STACK_COLOR and use the stack checking API in a non debug build.
|
||||
Only supported by a few architectures.
|
||||
|
||||
config DEBUG_SYMBOLS
|
||||
bool "Generate Debug Symbols"
|
||||
default n
|
||||
|
||||
Reference in New Issue
Block a user