diff options
author | Teddy <[email protected]> | 2013-08-12 09:51:08 +0800 |
---|---|---|
committer | Teddy <[email protected]> | 2013-08-12 09:51:08 +0800 |
commit | c5364249b2600f25155f4c7ac206b3d6ca0e5b06 (patch) | |
tree | d00c85150a826c9d131790fa877d49a53cf80be4 /Makefile | |
parent | 88b91db506969f3ed7752bfe9e1e916f5e098942 (diff) |
rectified a bug in `modulo`
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 -O2 + g++ $< -c -g -pg -DGMP_SUPPORT -Wall clean: rm -f *.o |