From 9732f02422eb5cd5852d47e888b061aaf6ffe0bd Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Tue, 24 May 2016 08:51:05 -0700 Subject: [build] Switch default BUILDTYPE to Debug --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index af333695ca..05af588bca 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -export BUILDTYPE ?= Release +export BUILDTYPE ?= Debug ifeq ($(shell uname -s), Darwin) HOST_PLATFORM = osx -- cgit v1.2.1