mirror of
git://erdgeist.org/opentracker
synced 2025-02-04 11:06:42 +00:00
Dont want ips from query string by default
This commit is contained in:
parent
b966435e65
commit
25781604c2
2
Makefile
2
Makefile
@ -1,5 +1,5 @@
|
||||
CC?=gcc
|
||||
FEATURES=-DWANT_IP_FROM_QUERY_STRING #-DWANT_BLACKLIST -DWANT_CLOSED_TRACKER
|
||||
FEATURES=#-DWANT_IP_FROM_QUERY_STRING -DWANT_BLACKLIST -DWANT_CLOSED_TRACKER
|
||||
#DEBUG_OPTS=-g -ggdb -pg # -fprofile-arcs -ftest-coverage
|
||||
DEBUG_OPTS=-s -Os
|
||||
CFLAGS+=-I../libowfat -Wall -pipe # -pedantic -ansi
|
||||
|
Loading…
x
Reference in New Issue
Block a user