Merge branch 'makefile-develop' into 'master'

Compile flag for DEVELOP

See merge request KartKrew/Kart-Public!18
This commit is contained in:
Sal 2019-01-08 15:45:04 -05:00
commit 82246f6c25
1 changed files with 4 additions and 0 deletions

View File

@ -441,6 +441,10 @@ ifdef ZDEBUG
CPPFLAGS+=-DZDEBUG
endif
ifdef DEVELOP
CPPFLAGS+=-DDEVELOP
endif
OPTS+=$(CPPFLAGS)
# default EXENAME if all else fails