Do not use deque, test cpp-btree

This commit is contained in:
Vitaliy Filippov
2019-11-11 19:42:18 +03:00
parent 46e96c5128
commit 71552adf79
4 changed files with 78 additions and 4 deletions
+1 -1
View File
@@ -7,4 +7,4 @@ crc32c.o: crc32c.c
%.o: %.cpp blockstore.h
g++ -Wall -Wno-sign-compare -Wno-parentheses -c -o $@ $<
test: test.cpp
g++ -o test -luring test.cpp
g++ -O3 -o test -luring test.cpp