diff options
author | erdgeist <> | 2007-09-10 02:43:30 +0000 |
---|---|---|
committer | erdgeist <> | 2007-09-10 02:43:30 +0000 |
commit | 6ad00cadc56e8ee2f892060abf2307cb66c0e2f6 (patch) | |
tree | d0572d42cf5cc0439c91dab626cfd27ffa572bf4 /Makefile | |
parent | 33c9c530d00f6993118ee23cc4cde1b16c7ad978 (diff) |
Makefile defaults to an _open_ tracker again.
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_BLACKLISTING #-DWANT_IP_FROM_QUERY_STRING -D_DEBUG_HTTPERROR | 2 | FEATURES=#-DWANT_CLOSED_TRACKER -DWANT_IP_FROM_QUERY_STRING -D_DEBUG_HTTPERROR |
3 | OPTS_debug=-g -ggdb #-pg # -fprofile-arcs -ftest-coverage | 3 | OPTS_debug=-g -ggdb #-pg # -fprofile-arcs -ftest-coverage |
4 | OPTS_production=-s -Os | 4 | OPTS_production=-s -Os |
5 | CFLAGS+=-I../libowfat -Wall -pipe -Wextra #-pedantic #-ansi | 5 | CFLAGS+=-I../libowfat -Wall -pipe -Wextra #-pedantic #-ansi |