aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2013-08-12 09:51:08 +0800
committerTeddy <ted.sybil@gmail.com>2013-08-12 09:51:08 +0800
commitc5364249b2600f25155f4c7ac206b3d6ca0e5b06 (patch)
treed00c85150a826c9d131790fa877d49a53cf80be4 /Makefile
parent88b91db506969f3ed7752bfe9e1e916f5e098942 (diff)
rectified a bug in `modulo`
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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