mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-26 12:21:19 +00:00
Compile flag for DEVELOP
This commit is contained in:
parent
4a3ea6e51e
commit
bcf687c3af
1 changed files with 4 additions and 0 deletions
|
@ -441,6 +441,10 @@ ifdef ZDEBUG
|
|||
CPPFLAGS+=-DZDEBUG
|
||||
endif
|
||||
|
||||
ifdef DEVELOP
|
||||
CPPFLAGS+=-DDEVELOP
|
||||
endif
|
||||
|
||||
OPTS+=$(CPPFLAGS)
|
||||
|
||||
# default EXENAME if all else fails
|
||||
|
|
Loading…
Reference in a new issue