mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-07 06:51:10 +00:00
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:
parent
5f2fc64498
commit
5275bdb35e
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -16,6 +16,10 @@ ifeq ($(CC), clang)
|
||||||
-Wno-format-nonliteral
|
-Wno-format-nonliteral
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(track), no)
|
||||||
|
CFLAGS += -DNOTRACK
|
||||||
|
endif
|
||||||
|
|
||||||
OBJ = \
|
OBJ = \
|
||||||
util.o \
|
util.o \
|
||||||
code.o \
|
code.o \
|
||||||
|
|
Loading…
Reference in a new issue