diff options
author | erdgeist <> | 2007-01-13 19:05:22 +0000 |
---|---|---|
committer | erdgeist <> | 2007-01-13 19:05:22 +0000 |
commit | 25781604c235bd80bb54dd4e0b36b433eeb42a0f (patch) | |
tree | eaf7367d11c85145f0b91b523a591c2d8c7d5743 /Makefile | |
parent | b966435e65e2d695a4e209ca9e2f071b333b42c2 (diff) |
Dont want ips from query string by default
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | CC?=gcc | 1 | CC?=gcc |
2 | FEATURES=-DWANT_IP_FROM_QUERY_STRING #-DWANT_BLACKLIST -DWANT_CLOSED_TRACKER | 2 | FEATURES=#-DWANT_IP_FROM_QUERY_STRING -DWANT_BLACKLIST -DWANT_CLOSED_TRACKER |
3 | #DEBUG_OPTS=-g -ggdb -pg # -fprofile-arcs -ftest-coverage | 3 | #DEBUG_OPTS=-g -ggdb -pg # -fprofile-arcs -ftest-coverage |
4 | DEBUG_OPTS=-s -Os | 4 | DEBUG_OPTS=-s -Os |
5 | CFLAGS+=-I../libowfat -Wall -pipe # -pedantic -ansi | 5 | CFLAGS+=-I../libowfat -Wall -pipe # -pedantic -ansi |