mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'makefile-develop' into 'master'
Compile flag for DEVELOP See merge request KartKrew/Kart-Public!18
This commit is contained in:
commit
530d50dcfc
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