From d7c26dc71bd3cc04824ad979d31c1386dd5b1fa3 Mon Sep 17 00:00:00 2001
From: erdgeist <>
Date: Wed, 13 Dec 2006 02:44:39 +0000
Subject: Trackerlogic done... not tested yet

---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'Makefile')

diff --git a/Makefile b/Makefile
index 2aaf91d..21689e5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 CC?=gcc
-CFLAGS+=-I../libowfat -Wall -pipe -g -ggdb
-LDFLAGS+=-L../libowfat/ -lowfat
+CFLAGS+=-I../libowfat -Wall -pipe -O2
+LDFLAGS+=-L../libowfat/ -lowfat -s
 
 SOURCES=opentracker.c trackerlogic.c scan_urlencoded_query.c
 
-- 
cgit v1.2.3