RocksDB is an embeddable persistent key-value store for fast storage. RocksDB can also be the foundation for a client-server database but our current focus is on embedded workloads. RocksDB builds on LevelDB to be scalable to run on servers with many CPU cores, to efficiently use fast storage, to support IO-bound, in-memory and write-once workloads, and to be flexible to allow for innovation. GitHub repository at https://github.com/facebook/rocksdb WWW: http://rocksdb.org/
12 lines
311 B
Plaintext
12 lines
311 B
Plaintext
--- Makefile.orig 2014-06-20 07:40:32.000000000 +0800
|
|
+++ Makefile 2014-07-22 23:24:39.702518883 +0800
|
|
@@ -166,7 +166,7 @@
|
|
release tags valgrind_check whitebox_crash_test format static_lib shared_lib all \
|
|
dbg
|
|
|
|
-all: $(LIBRARY) $(PROGRAMS) $(TESTS)
|
|
+all: $(LIBRARY) $(PROGRAMS)
|
|
|
|
static_lib: $(LIBRARY)
|
|
|