From 16e5fbfd007075da26ca1ceb864d3edca689ed83 Mon Sep 17 00:00:00 2001 From: ape Date: Thu, 14 Dec 2023 10:01:14 +0800 Subject: [PATCH] =?UTF-8?q?x86=E5=92=8Carm=E9=9C=80=E8=A6=81=E6=89=93?= =?UTF-8?q?=E5=BC=80enable-bbox?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/script/utils/make_compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/script/utils/make_compile.sh b/build/script/utils/make_compile.sh index 3045f618a..230ab0eb3 100644 --- a/build/script/utils/make_compile.sh +++ b/build/script/utils/make_compile.sh @@ -161,7 +161,7 @@ function install_gaussdb() GAUSSDB_EXTRA_FLAGS=" " if [[ "$PLATFORM_ARCH"x == "x86_64"x || "$PLATFORM_ARCH"x == "aarch64"x ]] ; then - extra_config_opt+=" --enable-mot " + extra_config_opt+=" --enable-mot --enable-bbox " fi if [ "$PLATFORM_ARCH"x = "loongarch64"x ] ; then