diff options
author | erdgeist <> | 2007-01-19 17:50:36 +0000 |
---|---|---|
committer | erdgeist <> | 2007-01-19 17:50:36 +0000 |
commit | 07a604e3d6c1800374c9713c0ef954eb7d18a40a (patch) | |
tree | 9d5e0d14038e8ae100f0ba898e3cbcd0f354b9c1 /Makefile | |
parent | 6c62ed79284eb61b9703441b6fab26dc8a252eaf (diff) |
Debug file descriptors
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=#-D_DEBUG_FDS -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 -m64 # -pedantic -ansi | 5 | CFLAGS+=-I../libowfat -Wall -pipe -m64 # -pedantic -ansi |