From c5364249b2600f25155f4c7ac206b3d6ca0e5b06 Mon Sep 17 00:00:00 2001 From: Teddy Date: Mon, 12 Aug 2013 09:51:08 +0800 Subject: rectified a bug in `modulo` --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 45795d8..9b08a29 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 -O2 + g++ $< -c -g -pg -DGMP_SUPPORT -Wall clean: rm -f *.o -- cgit v1.2.3