Disable lz4, zstd and snappy libraries for rocksdb
Reviewers: buda, dgleich, msantl Reviewed By: buda Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D1383
This commit is contained in:
parent
96c413fe45
commit
43d5980ff3
@ -196,7 +196,10 @@ import_external_library(rocksdb STATIC
|
|||||||
# That's the reason why NoOps (true) are used as configure
|
# That's the reason why NoOps (true) are used as configure
|
||||||
# and install commands. Build command uses RocksDB's Makefile.
|
# and install commands. Build command uses RocksDB's Makefile.
|
||||||
CONFIGURE_COMMAND true
|
CONFIGURE_COMMAND true
|
||||||
BUILD_COMMAND make -C ${CMAKE_CURRENT_SOURCE_DIR}/rocksdb static_lib
|
BUILD_COMMAND ROCKSDB_DISABLE_LZ4=1
|
||||||
|
ROCKSDB_DISABLE_ZSTD=1
|
||||||
|
ROCKSDB_DISABLE_SNAPPY=1
|
||||||
|
make -C ${CMAKE_CURRENT_SOURCE_DIR}/rocksdb static_lib
|
||||||
-j${NPROC}
|
-j${NPROC}
|
||||||
CC=${CMAKE_C_COMPILER}
|
CC=${CMAKE_C_COMPILER}
|
||||||
CXX=${CMAKE_CXX_COMPILER}
|
CXX=${CMAKE_CXX_COMPILER}
|
||||||
|
Loading…
Reference in New Issue
Block a user