From: Ira W. Snyder Date: Tue, 15 Jan 2008 03:52:20 +0000 (-0800) Subject: Build with DEBUG defined X-Git-Url: https://irasnyder.com/gitweb/?a=commitdiff_plain;ds=sidebyside;h=ddc7204d90897129d152d4212ee60acc939258da;p=tilda-gobject.git Build with DEBUG defined This will make sure that all extra debugging information is turned on, which is especially important during this phase. --- diff --git a/Makefile b/Makefile index 49c074d..5144495 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ 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`