From 3d796d93f070feaf536612a964b6f82aef4199ca Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Sat, 20 Jan 2007 01:50:28 +0000 Subject: -m64 is not usually a correct compile option --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 94b8e05..74c5db5 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ CC?=gcc FEATURES=#-D_DEBUG_FDS -DWANT_IP_FROM_QUERY_STRING -DWANT_BLACKLIST -DWANT_CLOSED_TRACKER #DEBUG_OPTS=-g -ggdb -pg # -fprofile-arcs -ftest-coverage DEBUG_OPTS=-s -Os -CFLAGS+=-I../libowfat -Wall -pipe -m64 # -pedantic -ansi +CFLAGS+=-I../libowfat -Wall -pipe # -pedantic -ansi LDFLAGS+=-L../libowfat/ -lowfat -lm HEADERS=trackerlogic.h scan_urlencoded_query.h -- cgit v1.2.3