Build with DEBUG defined
authorIra W. Snyder <devel@irasnyder.com>
Tue, 15 Jan 2008 03:52:20 +0000 (19:52 -0800)
committerIra W. Snyder <devel@irasnyder.com>
Tue, 15 Jan 2008 03:52:20 +0000 (19:52 -0800)
This will make sure that all extra debugging information is turned on, which
is especially important during this phase.

Makefile

index 49c074d..5144495 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 GCC=gcc
 GCC=gcc
-CFLAGS=-ggdb -O1 -pipe
+CFLAGS=-ggdb -O1 -pipe -DDEBUG=1
 GOBJ_CFLAGS=`pkg-config --cflags gobject-2.0`
 GOBJ_LIBS=`pkg-config --libs gobject-2.0`
 
 GOBJ_CFLAGS=`pkg-config --cflags gobject-2.0`
 GOBJ_LIBS=`pkg-config --libs gobject-2.0`