forked from espressif/esp-idf
Merge branch 'contrib/github_pr_8107' into 'master'
Fix GDB backtraces in optimized builds (GitHub PR) Closes IDFGH-6444 See merge request espressif/esp-idf!16436
This commit is contained in:
@@ -421,7 +421,7 @@ menu "FreeRTOS"
|
|||||||
|
|
||||||
config FREERTOS_TASK_FUNCTION_WRAPPER
|
config FREERTOS_TASK_FUNCTION_WRAPPER
|
||||||
bool "Enclose all task functions in a wrapper function"
|
bool "Enclose all task functions in a wrapper function"
|
||||||
depends on COMPILER_OPTIMIZATION_DEFAULT
|
depends on COMPILER_OPTIMIZATION_DEFAULT || ESP_COREDUMP_ENABLE || ESP_GDBSTUB_ENABLED
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
If enabled, all FreeRTOS task functions will be enclosed in a wrapper function.
|
If enabled, all FreeRTOS task functions will be enclosed in a wrapper function.
|
||||||
|
Reference in New Issue
Block a user