diff options
author | Teddy <[email protected]> | 2013-08-11 22:25:22 +0800 |
---|---|---|
committer | Teddy <[email protected]> | 2013-08-11 22:25:22 +0800 |
commit | 76977635e28e06192a486a9452e03bc7b8f612dc (patch) | |
tree | c8eaf0c22f1516bb88c2a21661a3bc2b8eadd2c6 /Makefile | |
parent | ab3a756ccb788487136d6982a7ddf6d4053ec133 (diff) |
fixed severe bug in many special opts
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ main: main.o parser.o builtin.o model.o eval.o exc.o consts.o types.o g++ -o main $^ -pg -lgmp .cpp.o: - g++ $< -c -g -pg -DGMP_SUPPORT -Wall + g++ $< -c -g -pg -DGMP_SUPPORT -Wall -O2 clean: rm -f *.o |