aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2013-08-09 09:16:48 +0800
committerTeddy <ted.sybil@gmail.com>2013-08-09 09:16:48 +0800
commite782bbeb805fffaaa4a118fb88be96894ac68c28 (patch)
tree146519740693e14950cf124aa5a28ff57c3c99be /Makefile
parente24962104b203bd699ed3cfa2f30402a1268f9f8 (diff)
deal with circular reference
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 790d71e..07feba0 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ main: main.o parser.o builtin.o model.o eval.o exc.o consts.o
g++ -o main $^ -pg -lgmp
.cpp.o:
- g++ $< -c -O2 -g -pg -DGMP_SUPPORT
+ g++ $< -c -g -pg -DGMP_SUPPORT
clean:
rm -f *.o