This is an automated email from the ASF dual-hosted git repository.
jiaqizho pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudberry.git
The following commit(s) were added to refs/heads/main by this push:
new 480bb9304fb PAX: disable build googlebench by default
480bb9304fb is described below
commit 480bb9304fb32b97ea3944626ded91bda5b46082
Author: zhoujiaqi <[email protected]>
AuthorDate: Mon Jun 16 09:51:57 2025 +0800
PAX: disable build googlebench by default
Change the `BUILD_GBENCH` to OFF by default, we should
not build the google bench in release mode.
---
contrib/pax_storage/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/pax_storage/CMakeLists.txt
b/contrib/pax_storage/CMakeLists.txt
index c507601bee4..6665fe77cbf 100644
--- a/contrib/pax_storage/CMakeLists.txt
+++ b/contrib/pax_storage/CMakeLists.txt
@@ -13,7 +13,7 @@ option(USE_PAX_CATALOG "Use manifest API, by pax impl" ON)
# Build gtest options
option(BUILD_GTEST "Build with google test" ON)
-option(BUILD_GBENCH "Build with google benchmark" ON)
+option(BUILD_GBENCH "Build with google benchmark" OFF)
# Build pax tools
option(BUILD_TOOLS "Build with pax tools" OFF)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]