vars.mk: disable -fstack-protector-all, leave this to the host compiler.

--HG--
extra : convert_revision : 91ed9643631589256bc4a9b4b230292ee0049d48
This commit is contained in:
Juan RP 2009-02-27 16:01:33 +01:00
parent f211c85e6d
commit a711ace8f7

View file

@ -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