diff options
author | denis <> | 2007-01-19 03:19:12 +0000 |
---|---|---|
committer | denis <> | 2007-01-19 03:19:12 +0000 |
commit | 98ed6231e130071e0b3349606ef743accc292cb6 (patch) | |
tree | 5ff95867c62211385fe85e2806ffa0f2980ff6d6 /Makefile | |
parent | 908649af9841b224d783bcf091fa3bb2e29dfd07 (diff) |
set the interval to 1800 for announce (last change was only for scrape)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ 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 -m64 # -pedantic -ansi |
6 | LDFLAGS+=-L../libowfat/ -lowfat -lm | 6 | LDFLAGS+=-L../libowfat/ -lowfat -lm |
7 | 7 | ||
8 | HEADERS=trackerlogic.h scan_urlencoded_query.h | 8 | HEADERS=trackerlogic.h scan_urlencoded_query.h |