mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
defs.mk: Disable -fstack-protector in favor of -fstack-protector-all
This commit is contained in:
parent
003b426aa9
commit
292c145c7a
1 changed files with 1 additions and 1 deletions
|
|
@ -317,7 +317,7 @@ endif
|
|||
|
||||
ifeq ($(USE_STACK_PROTECTOR),true)
|
||||
PROJECT_CFLAGS += -fstack-protector-all
|
||||
PROJECT_CFLAGS += -fstack-protector
|
||||
# PROJECT_CFLAGS += -fstack-protector
|
||||
endif
|
||||
|
||||
ifneq ($(wildcard $(TOPDIR)/make/local.mk),)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue