aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2013-08-12 11:10:28 +0800
committerTeddy <ted.sybil@gmail.com>2013-08-12 11:10:28 +0800
commite46af8eff6fcaa1cf06a08dde28ad6ea201657e7 (patch)
treec7b4e06c71c8f1d4e4438364ffb4f0d36d5a8364 /Makefile
parentc5364249b2600f25155f4c7ac206b3d6ca0e5b06 (diff)
ready for alpha release
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9b08a29..45795d8 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
+ g++ $< -c -g -pg -DGMP_SUPPORT -Wall -O2
clean:
rm -f *.o