]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - Makefile
make track=no adds -DNOTRACK WARNING: do not compile only parts of the code with...
[xonotic/gmqcc.git] / Makefile
index cafa0c89f7ef55ae10b553bfbcd23d170335edef..c30f5dc8d8081edbb878e783ad38c87d34695c9f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,10 @@ ifeq ($(CC), clang)
                -Wno-format-nonliteral
 
 endif
+ifeq ($(track), no)
+    CFLAGS += -DNOTRACK
+endif
+
 OBJ     = \
           util.o      \
           code.o      \