summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2003-10-11 21:39:09 +0000
committerJohn Wiegley <johnw@newartisans.com>2003-10-11 21:39:09 +0000
commit9a14d6322ca1b1651ba31f997c1f719c1d8612e3 (patch)
tree96c35e5afe2f0465e3678e8c6980572ffcd1d3ab /Makefile
parent4e8bd8cc5bf5292f79a7ea852d0d3953b3d4aaa6 (diff)
downloadfork-ledger-9a14d6322ca1b1651ba31f997c1f719c1d8612e3.tar.gz
fork-ledger-9a14d6322ca1b1651ba31f997c1f719c1d8612e3.tar.bz2
fork-ledger-9a14d6322ca1b1651ba31f997c1f719c1d8612e3.zip
*** empty log message ***
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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