From 3668ca91ff3f9432b23772171aec58bc289459e2 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Sun, 29 Jan 2012 16:12:17 +0000 Subject: Set the default build config to Debug in the Makefile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3