From a807b886943ef91287222cbcba12416e638db79a Mon Sep 17 00:00:00 2001 From: John Reiser Date: Sat, 25 Mar 2017 17:40:24 -0700 Subject: [PATCH] BUILD_TYPE_DEBUG ?= 1 modified: Makefile --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 954a2d1b..0ab78636 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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