esp_common: move stack check

This commit is contained in:
Renz Bagaporo
2021-01-26 11:37:25 +08:00
parent 883aba20be
commit 840e2c0e50
2 changed files with 1 additions and 41 deletions
+1 -1
View File
@@ -8,4 +8,4 @@ COMPONENT_ADD_LDFRAGMENTS += linker.lf
include $(COMPONENT_PATH)/port/soc/$(SOC_NAME)/component.mk
# disable stack protection in files which are involved in initialization of that feature
startup.o: CFLAGS := $(filter-out -fstack-protector%, $(CFLAGS))
startup.o stack_check.o: CFLAGS := $(filter-out -fstack-protector%, $(CFLAGS))