0
0
Fork 0
mirror of https://git.do.srb2.org/KartKrew/Kart-Public.git synced 2025-04-04 17:37:46 +00:00

Merge branch 'makefile-develop' into 'master'

Compile flag for DEVELOP

See merge request 
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