From e46af8eff6fcaa1cf06a08dde28ad6ea201657e7 Mon Sep 17 00:00:00 2001 From: Teddy Date: Mon, 12 Aug 2013 11:10:28 +0800 Subject: ready for alpha release --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9b08a29..45795d8 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ main: main.o parser.o builtin.o model.o eval.o exc.o consts.o types.o g++ -o main $^ -pg -lgmp .cpp.o: - g++ $< -c -g -pg -DGMP_SUPPORT -Wall + g++ $< -c -g -pg -DGMP_SUPPORT -Wall -O2 clean: rm -f *.o -- cgit v1.2.3