diff options
author | Teddy <[email protected]> | 2013-08-13 15:28:56 +0800 |
---|---|---|
committer | Teddy <[email protected]> | 2013-08-13 15:28:56 +0800 |
commit | 98fdeb2d99b58d8df510f337f9dc1e21b549c639 (patch) | |
tree | 9378ed5f4a7f13d17fd266b6875fa34add259e7d /Makefile | |
parent | 4454ca4bae1a5fc02789ff05030c4415a77b95be (diff) |
fixed bug in PromObj
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 -O2 -DGMP_SUPPORT -Wall + g++ $< -c -g -DGMP_SUPPORT -Wall -O2 clean: rm -f *.o |