From c30e3c8632d6a0fbab5bc5af0fe6cdc95e85b8d7 Mon Sep 17 00:00:00 2001 From: yihaoDeng Date: Tue, 6 Jun 2023 02:34:13 +0000 Subject: [PATCH] change compile opt --- contrib/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/CMakeLists.txt b/contrib/CMakeLists.txt index 59986a3b3c..1f34f9080a 100644 --- a/contrib/CMakeLists.txt +++ b/contrib/CMakeLists.txt @@ -265,7 +265,7 @@ if(${BUILD_WITH_ROCKSDB}) option(WITH_FALLOCATE "" OFF) option(WITH_JEMALLOC "" OFF) option(WITH_GFLAGS "" OFF) - option(PORTABLE "" OFF) + option(PORTABLE "" ON) option(WITH_LIBURING "" OFF) option(FAIL_ON_WARNINGS OFF) -- GitLab