mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-01-31 03:50:36 +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
|
||||
|
||||
endif
|
||||
ifeq ($(track), no)
|
||||
CFLAGS += -DNOTRACK
|
||||
endif
|
||||
|
||||
OBJ = \
|
||||
util.o \
|
||||
code.o \
|
||||
|
|
Loading…
Reference in a new issue