diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2016-05-24 08:51:05 -0700 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2016-05-24 09:55:13 -0700 |
commit | 9732f02422eb5cd5852d47e888b061aaf6ffe0bd (patch) | |
tree | 6bc5cad21f149f8c5be71f9f264a9dcdc61a94cf | |
parent | fc1c21202ae866e9978dccbe9411d8704b7e1140 (diff) | |
download | qtlocation-mapboxgl-9732f02422eb5cd5852d47e888b061aaf6ffe0bd.tar.gz |
[build] Switch default BUILDTYPE to Debug
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -export BUILDTYPE ?= Release +export BUILDTYPE ?= Debug ifeq ($(shell uname -s), Darwin) HOST_PLATFORM = osx |