Skip to content

Commit

Permalink
feat(build): build RocksDB with encryption enabled (#1612)
Browse files Browse the repository at this point in the history
#1575

Set option -DWITH_OPENSSL=ON to build rocksdb with encryption feature enabled.
  • Loading branch information
acelyc111 authored Sep 19, 2023
1 parent 9f32017 commit edd1e17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions thirdparty/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -379,6 +379,7 @@ ExternalProject_Add(rocksdb
-DWITH_TESTS=OFF
-DWITH_GFLAGS=OFF
-DUSE_RTTI=ON
-DWITH_OPENSSL=ON # enable encryption
-DCMAKE_BUILD_TYPE=Release
-DWITH_JEMALLOC=${USE_JEMALLOC}
-DJEMALLOC_ROOT_DIR=${TP_OUTPUT}

0 comments on commit edd1e17

Please sign in to comment.