diff options
author | Teddy <[email protected]> | 2013-08-13 00:31:11 +0800 |
---|---|---|
committer | Teddy <[email protected]> | 2013-08-13 00:31:11 +0800 |
commit | 79a2ecc929b30ae40f9324c258d8ded99ecde259 (patch) | |
tree | d90ca620d8b5ffb805add4aa3c044326ab459cdc /Makefile | |
parent | ca12d00e80d76214d44443bf4f5e62554e526089 (diff) |
gc can now work
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 -g -pg -DGMP_SUPPORT -Wall -DGC_DEBUG + g++ $< -c -pg -DGMP_SUPPORT -Wall -DGC_INFO -O2 clean: rm -f *.o |