From d6765d8d42bd543b414d6ae54392247dd26da649 Mon Sep 17 00:00:00 2001 From: Teddy Date: Tue, 13 Aug 2013 10:25:53 +0800 Subject: a little improvement (but it can't resolve the circular referencing problem) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3