You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pegasus.apache.org by la...@apache.org on 2023/02/07 15:10:25 UTC

[incubator-pegasus] branch master updated: fix: fix rocksdb build type (#1340)

This is an automated email from the ASF dual-hosted git repository.

laiyingchun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git


The following commit(s) were added to refs/heads/master by this push:
     new 447621904 fix: fix rocksdb build type (#1340)
447621904 is described below

commit 4476219048eea20155c54f58f9d7512f9f1af4e7
Author: liguohao <48...@users.noreply.github.com>
AuthorDate: Tue Feb 7 23:10:18 2023 +0800

    fix: fix rocksdb build type (#1340)
---
 thirdparty/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/thirdparty/CMakeLists.txt b/thirdparty/CMakeLists.txt
index 3dd125d3c..33bac0dbc 100644
--- a/thirdparty/CMakeLists.txt
+++ b/thirdparty/CMakeLists.txt
@@ -408,6 +408,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}


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pegasus.apache.org
For additional commands, e-mail: commits-help@pegasus.apache.org