mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 17:49:10 -04:00
Restores the change of startup refactor changes removed the no stack check protection flag when compiling the source file that contains execution of constructors - which contains function to setup stack guard. Restore that and update the source file, since this is in the 2nd stage of the startup now. Closes https://github.com/espressif/esp-idf/issues/5617
3 lines
69 B
Plaintext
3 lines
69 B
Plaintext
CONFIG_COMPILER_STACK_CHECK_MODE_ALL=y
|
|
CONFIG_COMPILER_STACK_CHECK=y
|