Makefile: hardening flags, remove -Werror

Remove -Werror just in case compilers become more grumpy.
This commit is contained in:
Peter Wu
2013-04-24 10:42:25 +02:00
parent 50dbefc2ae
commit abcf8c5ff8

View File

@@ -1,4 +1,4 @@
CFLAGS ?= -g -O2 -Wall -Werror -Wextra
CFLAGS ?= -g -O2 -Wall -Wextra -D_FORTIFY_SOURCE=2 -fstack-protector --param ssp-buffer-size=4
BINDIR ?= $(HOME)
%: %.c