aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2013-08-08 20:18:23 +0800
committerTeddy <ted.sybil@gmail.com>2013-08-08 20:18:23 +0800
commit3753b3c4bed58949588a46d4c807a0c0045e8f22 (patch)
treeb08898c19eb7ad9fce46316924651b30bc86c476 /Makefile
parent2c9f05a38ef64cbaeeae6429cd0e245c27944660 (diff)
new ext_repr() approach
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3a3f37a..07feba0 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ main: main.o parser.o builtin.o model.o eval.o exc.o consts.o
g++ -o main $^ -pg -lgmp
.cpp.o:
- g++ $< -c -g -pg -DDEBUG -DGMP_SUPPORT
+ g++ $< -c -g -pg -DGMP_SUPPORT
clean:
rm -f *.o