Makefile: enable debug mode
authorparasti <parasti@78b8d119-cf0a-0410-b17c-f493084dd1d7>
Sun, 3 Aug 2008 20:13:14 +0000 (20:13 +0000)
committerparasti <parasti@78b8d119-cf0a-0410-b17c-f493084dd1d7>
Sun, 3 Aug 2008 20:13:14 +0000 (20:13 +0000)
git-svn-id: https://s.snth.net/svn/neverball/trunk@2442 78b8d119-cf0a-0410-b17c-f493084dd1d7

Makefile

index 934e785..457b027 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,8 @@ ifeq ($(VERSION),unknown)
     $(warning Failed to obtain sane version for this build.)
 endif
 
+DEBUG := 1
+
 # Provide a target system hint for the Makefile.
 
 ifeq ($(shell uname), Darwin)