summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorerdgeist <>2007-10-01 00:29:46 +0000
committererdgeist <>2007-10-01 00:29:46 +0000
commitd0b5c463d9db10907d94be05fdc3db5639e617d4 (patch)
treea50bd496b9776471891316c0a67b948b5386c04c /Makefile
parentfb5a22816217e11ca91446c81957dd6e529a31eb (diff)
Revert debug option in Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9858fff..38eb664 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,5 @@
1CC?=gcc 1CC?=gcc
2FEATURES=#-DWANT_CLOSED_TRACKER -DWANT_IP_FROM_QUERY_STRING -D_DEBUG_HTTPERROR 2FEATURES=#-DWANT_CLOSED_TRACKER -DWANT_IP_FROM_QUERY_STRING -D_DEBUG_HTTPERROR
3FEATURES=-DWANT_IP_FROM_QUERY_STRING
4OPTS_debug=-g -ggdb #-pg # -fprofile-arcs -ftest-coverage 3OPTS_debug=-g -ggdb #-pg # -fprofile-arcs -ftest-coverage
5OPTS_production=-s -Os 4OPTS_production=-s -Os
6CFLAGS+=-I../libowfat -Wall -pipe -Wextra #-pedantic #-ansi 5CFLAGS+=-I../libowfat -Wall -pipe -Wextra #-pedantic #-ansi