From 80e885a9847c9bce1be8cccafc85ea39cbc120e2 Mon Sep 17 00:00:00 2001 From: Teddy Date: Fri, 9 Aug 2013 23:50:42 +0800 Subject: numerical overflow detection --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index eddc4b8..ad43056 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 -g -pg -DGMP_SUPPORT -Wall -Wextra -Wconversion + g++ $< -c -g -pg -DGMP_SUPPORT -Wall -Wextra clean: rm -f *.o -- cgit v1.2.3-70-g09d2