From e782bbeb805fffaaa4a118fb88be96894ac68c28 Mon Sep 17 00:00:00 2001 From: Teddy Date: Fri, 9 Aug 2013 09:16:48 +0800 Subject: deal with circular reference --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3-70-g09d2