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

aleksraiden pushed a commit to branch aleksraiden-patch-3-dump-test
in repository https://gitbox.apache.org/repos/asf/kvrocks.git

commit fb31b587d661dcc302a87f22d84aab62181be0e4
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Thu Oct 23 11:23:49 2025 +0300

    dump test
---
 CMakeLists.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7d7a175c1..5c0738eaa 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -35,6 +35,9 @@ set(SYMBOLIZE_BACKEND "" CACHE STRING "symbolization backend 
library for cpptrac
 set(PORTABLE 0 CACHE STRING "build a portable binary (disable arch-specific 
optimizations)")
 option(ENABLE_NEW_ENCODING "enable new encoding (#1033) for storing 64bit size 
and expire time in milliseconds" ON)
 
+#dump test use rtti
+set(USE_RTTI 1)
+
 # to save build time in debug mode
 if (CMAKE_BUILD_TYPE STREQUAL "Debug")
     set(ENABLE_LTO OFF)

Reply via email to