Skip to content

Commit

Permalink
fix: fix rocksdb build type (apache#1340)
Browse files Browse the repository at this point in the history
  • Loading branch information
GehaFearless authored and wangdan committed Dec 15, 2023
1 parent a46ac81 commit 0873a4c
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
Expand Up @@ -401,6 +401,7 @@ ExternalProject_Add(rocksdb
-DWITH_TESTS=OFF
-DWITH_GFLAGS=OFF
-DUSE_RTTI=ON
-DCMAKE_BUILD_TYPE=Release
-DWITH_JEMALLOC=${USE_JEMALLOC}
-DJEMALLOC_ROOT_DIR=${TP_OUTPUT}
-DCMAKE_C_COMPILER=${CMAKE_C_COMPILER}
Expand Down

0 comments on commit 0873a4c

Please sign in to comment.