From b7526f25e86f79eadfac5e98ae395e337fa74757 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Sat, 16 Dec 2006 13:23:12 +0000 Subject: Fixed two mem leaks from httpd :/ --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bff7daf..f2c65c6 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CC?=gcc -CFLAGS+=-I../libowfat -Wall -pipe -O2 -LDFLAGS+=-L../libowfat/ -lowfat -s -lm +CFLAGS+=-I../libowfat -Wall -pipe -Os +LDFLAGS+=-L../libowfat/ -lowfat -s HEADERS=trackerlogic.h scan_urlencoded_query.h SOURCES=opentracker.c trackerlogic.c scan_urlencoded_query.c -- cgit v1.2.3