From 9a14d6322ca1b1651ba31f997c1f719c1d8612e3 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 11 Oct 2003 21:39:09 +0000 Subject: *** empty log message *** --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index adb62b03..42cc7bf4 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 -mcpu=pentium +DFLAGS = -g -DDEBUG=1 INCS = LIBS = -lgmpxx -lgmp -lpcre -- cgit v1.2.3