Allow build flags to be overridden by make process
Required to enable Debian buildi hardening: https://wiki.debian.org/Hardening Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
This commit is contained in:
parent
57ee01929a
commit
fffcb12d1b
@ -1,6 +1,9 @@
|
||||
OBJECTS = nyancat.o
|
||||
|
||||
CFLAGS=-g
|
||||
CC ?=
|
||||
CFLAGS ?= -g
|
||||
CPPFLAGS ?=
|
||||
LDFLAGS ?=
|
||||
|
||||
all: nyancat
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user