vars.mk: disable -fstack-protector-all, leave this to the host compiler.
--HG-- extra : convert_revision : 91ed9643631589256bc4a9b4b230292ee0049d48
This commit is contained in:
parent
f211c85e6d
commit
a711ace8f7
1 changed files with 0 additions and 1 deletions
1
vars.mk
1
vars.mk
|
@ -9,5 +9,4 @@ INSTALL_STRIPPED ?= -s
|
|||
|
||||
LDFLAGS += -L$(TOPDIR)/lib -L$(PREFIX)/lib -lxbps
|
||||
CPPFLAGS += -I$(TOPDIR)/include
|
||||
CFLAGS += -Wstack-protector -fstack-protector-all
|
||||
CFLAGS += -O2 -Wall -Wextra -Werror -fPIC -DPIC
|
||||
|
|
Loading…
Reference in a new issue