Restore building RocksDB by default with GCC

This commit is contained in:
Daniel Smith 2020-11-05 17:07:53 +00:00
parent b1194801b1
commit 6b1bbc49e3
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ endif()
# RocksDB
################################################################################
set(SSD_ROCKSDB_EXPERIMENTAL OFF CACHE BOOL "Build with experimental RocksDB support")
set(SSD_ROCKSDB_EXPERIMENTAL ON CACHE BOOL "Build with experimental RocksDB support")
# RocksDB is currently enabled by default for GCC but does not build with the latest
# Clang.
if (SSD_ROCKSDB_EXPERIMENTAL AND GCC)