Compile flag for DEVELOP

This commit is contained in:
wolfy852 2019-01-06 20:47:13 -06:00
parent 4a3ea6e51e
commit bcf687c3af
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