BUILD_TYPE_DEBUG ?= 0

This commit is contained in:
John Reiser
2017-03-26 13:03:49 -07:00
parent 9dce8d9bce
commit 6adb3dc142
+1 -1
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