Compile flag for DEVELOP

This commit is contained in:
wolfy852 2019-01-06 20:47:13 -06:00
parent bb2a2ebf99
commit 934b199705

View file

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