summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index 0679f6da..19ac1f7a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,14 +1,9 @@
-define GNUCASH
-true
-endef
-
-CODE = amount.cc ledger.cc parse.cc reports.cc
-
-OBJS = $(patsubst %.cc,%.o,$(CODE))
-
+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 = -g -DDEBUG=1
+DFLAGS = -O2
INCS =
LIBS = -lgmpxx -lgmp -lpcre