From e0a9c2a4aa4fc6b648ae20071c35797c4a103e42 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Wed, 3 Jan 2007 05:11:48 +0000 Subject: Added option to get ip from query string + parser, fixed two bugs concerning grow/shrink of vectors. Now cleans up a torrent BEFORE trying to remove a peer -> this may remove peer already and must be done anyway. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7d7d15d..19163cc 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CC?=gcc -CFLAGS+=-I../libowfat -Wall -pipe -Os +CFLAGS+=-I../libowfat -Wall -pipe -Os # -DWANT_IP_FROM_QUERY_STRING -g -ggdb LDFLAGS+=-L../libowfat/ -lowfat -s -lm HEADERS=trackerlogic.h scan_urlencoded_query.h -- cgit v1.2.3