mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +00:00
Compile flag for DEVELOP
This commit is contained in:
parent
bb2a2ebf99
commit
934b199705
1 changed files with 4 additions and 0 deletions
|
|
@ -441,6 +441,10 @@ ifdef ZDEBUG
|
||||||
CPPFLAGS+=-DZDEBUG
|
CPPFLAGS+=-DZDEBUG
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifdef DEVELOP
|
||||||
|
CPPFLAGS+=-DDEVELOP
|
||||||
|
endif
|
||||||
|
|
||||||
OPTS+=$(CPPFLAGS)
|
OPTS+=$(CPPFLAGS)
|
||||||
|
|
||||||
# default EXENAME if all else fails
|
# default EXENAME if all else fails
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue