mirror of
https://github.com/Lekensteyn/ltunify.git
synced 2025-12-10 02:15:34 +00:00
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:
2
Makefile
2
Makefile
@@ -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
|
# for install-home
|
||||||
BINDIR ?= $(HOME)/bin
|
BINDIR ?= $(HOME)/bin
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user