diff options
author | Teddy <[email protected]> | 2013-08-09 23:50:42 +0800 |
---|---|---|
committer | Teddy <[email protected]> | 2013-08-09 23:50:42 +0800 |
commit | 80e885a9847c9bce1be8cccafc85ea39cbc120e2 (patch) | |
tree | 5976ed008996012f23d1eeb8765a8a859e62f64c /Makefile | |
parent | 1985734990b5c5ab3fd50277bff854ea3cd92b2c (diff) |
numerical overflow detection
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |