summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordenis <>2007-03-17 01:26:25 +0000
committerdenis <>2007-03-17 01:26:25 +0000
commit3e610c5f60f414afe26bc5b663dd51cc5c07af44 (patch)
treed9d4be15790dc6ae56b6470f9b97a41312a935f3
parent57910440297afbcd760810a9bb6d8b9a5ee9b833 (diff)
revert previous commit
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1bfbe59..dd5c728 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ CC?=gcc
2FEATURES=#-DWANT_IP_FROM_QUERY_STRING -DWANT_BLACKLIST -DWANT_CLOSED_TRACKER -D_DEBUG_HTTPERROR 2FEATURES=#-DWANT_IP_FROM_QUERY_STRING -DWANT_BLACKLIST -DWANT_CLOSED_TRACKER -D_DEBUG_HTTPERROR
3#DEBUG_OPTS=-g -ggdb -pg # -fprofile-arcs -ftest-coverage 3#DEBUG_OPTS=-g -ggdb -pg # -fprofile-arcs -ftest-coverage
4DEBUG_OPTS=-s -Os 4DEBUG_OPTS=-s -Os
5CFLAGS+=-I../libowfat -Wall -pipe -m64# -pedantic -ansi 5CFLAGS+=-I../libowfat -Wall -pipe# -pedantic -ansi
6LDFLAGS+=-L../libowfat/ -lowfat 6LDFLAGS+=-L../libowfat/ -lowfat
7 7
8HEADERS=trackerlogic.h scan_urlencoded_query.h 8HEADERS=trackerlogic.h scan_urlencoded_query.h