mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-26 12:21:19 +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
82246f6c25
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