From 585a92c93b95f15c5a04370747d72c78a0f6c19d Mon Sep 17 00:00:00 2001 From: VasuDevrani <101383635+VasuDevrani@users.noreply.github.com> Date: Wed, 15 May 2024 05:15:20 +0000 Subject: [PATCH] enable new data type encoding --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7db1c3aa0f6..f3900a8f4c6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,7 +33,7 @@ option(ENABLE_UNWIND "enable libunwind in glog" ON) option(ENABLE_SPEEDB "enable speedb instead of rocksdb" OFF) set(PORTABLE 0 CACHE STRING "build a portable binary (disable arch-specific optimizations)") # TODO: set ENABLE_NEW_ENCODING to ON when we are ready -option(ENABLE_NEW_ENCODING "enable new encoding (#1033) for storing 64bit size and expire time in milliseconds" OFF) +option(ENABLE_NEW_ENCODING "enable new encoding (#1033) for storing 64bit size and expire time in milliseconds" ON) if (CMAKE_VERSION VERSION_GREATER_EQUAL "3.24.0") cmake_policy(SET CMP0135 NEW)