From 0d29133f8abee4cd24ca2eecce7f82be7534d5a9 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 13 Oct 2003 06:55:15 +0000 Subject: *** empty log message *** --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 42cc7bf4..44153cd9 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ CODE = amount.cc ledger.cc parse.cc reports.cc OBJS = $(patsubst %.cc,%.o,$(CODE)) CFLAGS = -Wall -ansi -pedantic -#DFLAGS = -O3 -fomit-frame-pointer -mcpu=pentium -DFLAGS = -g -DDEBUG=1 +DFLAGS = -O3 -fomit-frame-pointer +#DFLAGS = -g -DDEBUG=1 INCS = LIBS = -lgmpxx -lgmp -lpcre -- cgit v1.2.3