From ddc7204d90897129d152d4212ee60acc939258da Mon Sep 17 00:00:00 2001 From: "Ira W. Snyder" Date: Mon, 14 Jan 2008 19:52:20 -0800 Subject: [PATCH] Build with DEBUG defined This will make sure that all extra debugging information is turned on, which is especially important during this phase. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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` -- 2.25.1