From b27fd8f7572ee4774e1bdb635b0d9eda4339734a Mon Sep 17 00:00:00 2001 From: Teddy Date: Mon, 12 Aug 2013 08:47:24 +0800 Subject: manual hash approach is even slower than STL map --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 45795d8..25975ab 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -main: main.o parser.o builtin.o model.o eval.o exc.o consts.o types.o +main: main.o parser.o builtin.o model.o eval.o exc.o consts.o types.o hash.o g++ -o main $^ -pg -lgmp .cpp.o: -- cgit v1.2.3-70-g09d2