From dc025776dd77e2f8da1e2ee0667962115bf90bc8 Mon Sep 17 00:00:00 2001 From: denis <> Date: Fri, 8 Dec 2006 22:37:44 +0000 Subject: Begun printf debugging --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b61849c..2aaf91d 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CC?=gcc -CFLAGS+=-I../libowfat -Wall -O2 -pipe -LDFLAGS+=-L../libowfat/ -lowfat -s +CFLAGS+=-I../libowfat -Wall -pipe -g -ggdb +LDFLAGS+=-L../libowfat/ -lowfat SOURCES=opentracker.c trackerlogic.c scan_urlencoded_query.c -- cgit v1.2.3