diff options
author | Teddy <[email protected]> | 2013-08-13 10:25:53 +0800 |
---|---|---|
committer | Teddy <[email protected]> | 2013-08-13 10:25:53 +0800 |
commit | d6765d8d42bd543b414d6ae54392247dd26da649 (patch) | |
tree | d84ecd755a01c07a02d7e54cd339ec36e4931c2c /Makefile | |
parent | 79a2ecc929b30ae40f9324c258d8ded99ecde259 (diff) |
a little improvement (but it can't resolve the circular referencing problem)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |