From 2c48014df55c0e7b7b12ebff9bef8fe567a6d4d2 Mon Sep 17 00:00:00 2001 From: Teddy Date: Tue, 13 Aug 2013 14:46:37 +0800 Subject: gc optimization: pending list --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ce8a500..37142aa 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 -O2 -DGMP_SUPPORT -Wall clean: rm -f *.o -- cgit v1.2.3