BUILD_TYPE_DEBUG ?= 1

modified:   Makefile
This commit is contained in:
John Reiser 2017-03-25 17:40:24 -07:00
parent 0db82e09e9
commit a807b88694

View File

@ -5,7 +5,7 @@
#
# build configuration options for this Makefile
BUILD_TYPE_DEBUG ?= 0
BUILD_TYPE_DEBUG ?= 1
BUILD_TYPE_SANITIZE ?= 0
BUILD_USE_DEPEND ?= 1