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

View file

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