esp_common: move stack check
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user