mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-28 15:52:49 +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)
|
ifeq ($(USE_STACK_PROTECTOR),true)
|
||||||
PROJECT_CFLAGS += -fstack-protector-all
|
PROJECT_CFLAGS += -fstack-protector-all
|
||||||
PROJECT_CFLAGS += -fstack-protector
|
# PROJECT_CFLAGS += -fstack-protector
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(wildcard $(TOPDIR)/make/local.mk),)
|
ifneq ($(wildcard $(TOPDIR)/make/local.mk),)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue