Revert "Makefile: make user append to CFLAGS instead of overwriting it"

This reverts commit 98f9432088. This was a
lazy trick from me to allow adding `-fsanitize=address` easier, but
apparantly not all users are so happy with it.

Conflicts:
	Makefile
This commit is contained in:
Peter Wu
2013-09-04 17:42:23 +02:00
parent c42bd6685c
commit 09219eb747

View File

@@ -1,4 +1,4 @@
override CFLAGS := -g -O2 -Wall -Wextra -D_FORTIFY_SOURCE=2 -fstack-protector --param ssp-buffer-size=4 $(CFLAGS)
CFLAGS ?= -g -O2 -Wall -Wextra -D_FORTIFY_SOURCE=2 -fstack-protector --param ssp-buffer-size=4
# for install-home
BINDIR ?= $(HOME)/bin