mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
7 lines
261 B
Plaintext
7 lines
261 B
Plaintext
|
# Helper options that help with detecting/debugging issues in test apps
|
||
|
CONFIG_HEAP_POISONING_COMPREHENSIVE=y
|
||
|
CONFIG_COMPILER_WARN_WRITE_STRINGS=y
|
||
|
CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=y
|
||
|
CONFIG_COMPILER_STACK_CHECK_MODE_STRONG=y
|
||
|
CONFIG_COMPILER_STACK_CHECK=y
|