Default BUILD_TYPE_DEBUG

modified:   Makefile
This commit is contained in:
John Reiser 2017-03-25 16:54:26 -07:00
parent 445795f2ec
commit 166d198dcb

View File

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