aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2013-08-13 10:25:53 +0800
committerTeddy <ted.sybil@gmail.com>2013-08-13 10:25:53 +0800
commitd6765d8d42bd543b414d6ae54392247dd26da649 (patch)
treed84ecd755a01c07a02d7e54cd339ec36e4931c2c /Makefile
parent79a2ecc929b30ae40f9324c258d8ded99ecde259 (diff)
a little improvement (but it can't resolve the circular referencing problem)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4d4db95..ee70498 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 -pg -DGMP_SUPPORT -Wall -DGC_INFO -O2
+ g++ $< -c -g -DGMP_SUPPORT -Wall -DGC_INFO -O2
clean:
rm -f *.o