mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/stack_prot_issue_p4' into 'master'
fix(system): fixed -fstack-protector issue on P4 See merge request espressif/esp-idf!28688
This commit is contained in:
commit
e67f101c5c
@ -86,7 +86,7 @@ else()
|
||||
|
||||
# Disable stack protection in files which are involved in initialization of that feature
|
||||
set_source_files_properties(
|
||||
"startup.c" "stack_check.c"
|
||||
"startup.c" "stack_check.c" "port/cpu_start.c"
|
||||
PROPERTIES COMPILE_FLAGS
|
||||
-fno-stack-protector)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user