make track=no adds -DNOTRACK WARNING: do not compile only parts of the code with that... it would cause major breakage

This commit is contained in:
Wolfgang (Blub) Bumiller 2012-08-22 12:38:16 +02:00
parent 5f2fc64498
commit 5275bdb35e

View file

@ -16,6 +16,10 @@ ifeq ($(CC), clang)
-Wno-format-nonliteral
endif
ifeq ($(track), no)
CFLAGS += -DNOTRACK
endif
OBJ = \
util.o \
code.o \