From 927ac023ce2c761063bbae81bb44b0aab624e36f Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Tue, 6 Nov 2007 18:02:03 +0000 Subject: The expensive DMEM stats is gone. No need for it, too much potential to DOS. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 37dd8d3..529eced 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CC?=gcc -FEATURES=#-DWANT_TRACKER_SYNC -DWANT_BLACKLISTING -DWANT_CLOSED_TRACKER -DWANT_UTORRENT1600_WORKAROUND #-DWANT_IP_FROM_QUERY_STRING -D_DEBUG_HTTPERROR +FEATURES=-DWANT_TRACKER_SYNC #-DWANT_BLACKLISTING -DWANT_CLOSED_TRACKER -DWANT_UTORRENT1600_WORKAROUND #-DWANT_IP_FROM_QUERY_STRING -D_DEBUG_HTTPERROR OPTS_debug=-g -ggdb #-pg # -fprofile-arcs -ftest-coverage OPTS_production=-Os CFLAGS+=-I../libowfat -Wall -pipe -Wextra #-pedantic -ansi -- cgit v1.2.3