diff options
author | Teddy <[email protected]> | 2013-08-12 08:47:24 +0800 |
---|---|---|
committer | Teddy <[email protected]> | 2013-08-12 08:47:24 +0800 |
commit | b27fd8f7572ee4774e1bdb635b0d9eda4339734a (patch) | |
tree | bfdb417705a4c8fb1b0d394568505a593f80616f /Makefile | |
parent | 76977635e28e06192a486a9452e03bc7b8f612dc (diff) |
manual hash approach is even slower than STL mapfaster_fetch
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |