mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
837052c86f
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
|