Restore building RocksDB by default with GCC
This commit is contained in:
parent
b1194801b1
commit
6b1bbc49e3
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue