From 5046f4c1f92290c7494f6d17d758d574307e14de Mon Sep 17 00:00:00 2001 From: ~hatteb-mitlyd Date: Wed, 7 May 2014 10:57:41 -0700 Subject: [PATCH] actually optimize patricia trie --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2369f7347b..e168d02c65 100644 --- a/Makefile +++ b/Makefile @@ -581,7 +581,7 @@ $(CRE2_OFILES): outside/cre2/src/src/cre2.cpp outside/cre2/src/src/cre2.h $(LIBR $(V_OFILES) f/loom.o f/trac.o: include/v/vere.h $(BPT_O): outside/bpt/bitmapped_patricia_tree.c - $(CC) -g -O0 -o $@ -c $< + $(CC) -g -O2 -o $@ -c $< $(BIN)/vere: $(LIBCRE) $(VERE_OFILES) $(LIBUV) $(LIBRE2) $(BPT_O) mkdir -p $(BIN)