From c01ee74ce46b2d8aefaba1cade8cf8b9f76e0dd4 Mon Sep 17 00:00:00 2001 From: z00793368 Date: Tue, 31 Oct 2023 09:48:11 +0800 Subject: [PATCH] delete fi in make_compile.sh --- build/script/utils/make_compile.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build/script/utils/make_compile.sh b/build/script/utils/make_compile.sh index c5fca3169..f2447b1fe 100644 --- a/build/script/utils/make_compile.sh +++ b/build/script/utils/make_compile.sh @@ -189,7 +189,6 @@ function install_gaussdb() else ./configure $shared_opt CFLAGS="-O0 ${GAUSSDB_EXTRA_FLAGS}" --enable-debug --enable-cassert CC=g++ $extra_config_opt --enable-lite-mode>> "$LOG_FILE" 2>&1 fi - fi elif [ "$product_mode"x == "finance"x ]; then shared_opt="--gcc-version=${gcc_version}.${gcc_sub_version} --prefix="${BUILD_DIR}" --3rd=${binarylib_dir} --enable-thread-safety ${enable_readline} ${with_tassl} --without-zlib --without-gssapi --without-krb5" if [ "$version_mode"x == "release"x ]; then