summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-05-24 08:51:05 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-05-24 09:55:13 -0700
commit9732f02422eb5cd5852d47e888b061aaf6ffe0bd (patch)
tree6bc5cad21f149f8c5be71f9f264a9dcdc61a94cf /Makefile
parentfc1c21202ae866e9978dccbe9411d8704b7e1140 (diff)
downloadqtlocation-mapboxgl-9732f02422eb5cd5852d47e888b061aaf6ffe0bd.tar.gz
[build] Switch default BUILDTYPE to Debug
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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