aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2013-08-13 15:28:56 +0800
committerTeddy <ted.sybil@gmail.com>2013-08-13 15:28:56 +0800
commit98fdeb2d99b58d8df510f337f9dc1e21b549c639 (patch)
tree9378ed5f4a7f13d17fd266b6875fa34add259e7d /Makefile
parent4454ca4bae1a5fc02789ff05030c4415a77b95be (diff)
fixed bug in PromObj
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 37142aa..4e173d8 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ sonsi: main.o parser.o builtin.o model.o eval.o exc.o consts.o types.o gc.o
g++ -o sonsi $^ -pg -lgmp
.cpp.o:
- g++ $< -c -O2 -DGMP_SUPPORT -Wall
+ g++ $< -c -g -DGMP_SUPPORT -Wall -O2
clean:
rm -f *.o