summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorerdgeist <>2007-01-19 17:50:36 +0000
committererdgeist <>2007-01-19 17:50:36 +0000
commit07a604e3d6c1800374c9713c0ef954eb7d18a40a (patch)
tree9d5e0d14038e8ae100f0ba898e3cbcd0f354b9c1 /Makefile
parent6c62ed79284eb61b9703441b6fab26dc8a252eaf (diff)
Debug file descriptors
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 525b3cb..94b8e05 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
1CC?=gcc 1CC?=gcc
2FEATURES=#-DWANT_IP_FROM_QUERY_STRING -DWANT_BLACKLIST -DWANT_CLOSED_TRACKER 2FEATURES=#-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
4DEBUG_OPTS=-s -Os 4DEBUG_OPTS=-s -Os
5CFLAGS+=-I../libowfat -Wall -pipe -m64 # -pedantic -ansi 5CFLAGS+=-I../libowfat -Wall -pipe -m64 # -pedantic -ansi