mirror of
https://github.com/urbit/shrub.git
synced 2024-11-28 05:22:27 +03:00
actually optimize patricia trie
This commit is contained in:
parent
4d68511a78
commit
5046f4c1f9
2
Makefile
2
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)
|
||||
|
Loading…
Reference in New Issue
Block a user