aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2013-08-09 23:50:42 +0800
committerTeddy <ted.sybil@gmail.com>2013-08-09 23:50:42 +0800
commit80e885a9847c9bce1be8cccafc85ea39cbc120e2 (patch)
tree5976ed008996012f23d1eeb8765a8a859e62f64c /Makefile
parent1985734990b5c5ab3fd50277bff854ea3cd92b2c (diff)
numerical overflow detection
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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