Merge branch 'bugfix/stack_check_error' into 'master'

esp_system: restore deleted no stack check flag

See merge request espressif/esp-idf!9721
This commit is contained in:
Angus Gratton
2020-07-28 07:43:41 +08:00
7 changed files with 14 additions and 16 deletions
+1
View File
@@ -28,6 +28,7 @@ else()
"src/stack_check.c"
PROPERTIES COMPILE_FLAGS
-fno-stack-protector)
set_property(TARGET ${COMPONENT_LIB} APPEND PROPERTY LINK_LIBRARIES "-Wl,--gc-sections")
set_property(TARGET ${COMPONENT_LIB} APPEND PROPERTY INTERFACE_LINK_LIBRARIES "-Wl,--gc-sections")
set_property(TARGET ${COMPONENT_LIB} APPEND PROPERTY LINK_INTERFACE_MULTIPLICITY 4)