aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2012-01-29 16:12:17 +0000
committerstuconnolly <stuart02@gmail.com>2012-01-29 16:12:17 +0000
commit3668ca91ff3f9432b23772171aec58bc289459e2 (patch)
tree2c72033babf061e25765273fd5d54015118a731b /Makefile
parentfd3b64dfbbc445d52961784176eec8572f2c7880 (diff)
downloadsequelpro-3668ca91ff3f9432b23772171aec58bc289459e2.tar.gz
sequelpro-3668ca91ff3f9432b23772171aec58bc289459e2.tar.bz2
sequelpro-3668ca91ff3f9432b23772171aec58bc289459e2.zip
Set the default build config to Debug in the Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3a3c98b3..8b9015c3 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
# $Id$
-CONFIG=Release
+CONFIG=Debug
BUILD_CONFIG?=$(CONFIG)