diff options
author | erdgeist <> | 2007-10-01 00:29:46 +0000 |
---|---|---|
committer | erdgeist <> | 2007-10-01 00:29:46 +0000 |
commit | d0b5c463d9db10907d94be05fdc3db5639e617d4 (patch) | |
tree | a50bd496b9776471891316c0a67b948b5386c04c /Makefile | |
parent | fb5a22816217e11ca91446c81957dd6e529a31eb (diff) |
Revert debug option in Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,6 +1,5 @@ | |||
1 | CC?=gcc | 1 | CC?=gcc |
2 | FEATURES=#-DWANT_CLOSED_TRACKER -DWANT_IP_FROM_QUERY_STRING -D_DEBUG_HTTPERROR | 2 | FEATURES=#-DWANT_CLOSED_TRACKER -DWANT_IP_FROM_QUERY_STRING -D_DEBUG_HTTPERROR |
3 | FEATURES=-DWANT_IP_FROM_QUERY_STRING | ||
4 | OPTS_debug=-g -ggdb #-pg # -fprofile-arcs -ftest-coverage | 3 | OPTS_debug=-g -ggdb #-pg # -fprofile-arcs -ftest-coverage |
5 | OPTS_production=-s -Os | 4 | OPTS_production=-s -Os |
6 | CFLAGS+=-I../libowfat -Wall -pipe -Wextra #-pedantic #-ansi | 5 | CFLAGS+=-I../libowfat -Wall -pipe -Wextra #-pedantic #-ansi |