Commit 3b5ce36b authored by Chad Austin's avatar Chad Austin Committed by Facebook GitHub Bot

re-enable lz4 compression for rocksdb on macOS and Linux

Summary:
I think LZ4 was disabled accidentally in our rocksdb getdeps build in
D21319896. Enable it again on macOS and Linux, because otherwise this
breaks people with EdenFS mounts containing LZ4-compressed proxy
hashes.

Reviewed By: xavierd

Differential Revision: D21990356

fbshipit-source-id: b9166c2992ae51f09de3fa9a4f114143aa008f43
parent 66dc0a6f
......@@ -15,7 +15,7 @@ subdir = rocksdb-6.8.1
[cmake.defines]
WITH_SNAPPY=ON
WITH_LZ4=OFF
WITH_LZ4=ON
WITH_TESTS=OFF
WITH_BENCHMARK_TOOLS=OFF
# We get relocation errors with the static gflags lib,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment