From a32145f98007c9263fd37a8102411b311a3ecf52 Mon Sep 17 00:00:00 2001 From: Duy Tran Khanh <40482367+khanhduytran0@users.noreply.github.com> Date: Mon, 22 Nov 2021 10:10:20 +0700 Subject: [PATCH] Update ci_build_global.sh --- ci_build_global.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci_build_global.sh b/ci_build_global.sh index e1f8235..2f75b56 100755 --- a/ci_build_global.sh +++ b/ci_build_global.sh @@ -2,7 +2,7 @@ set -e . setdevkitpath.sh -export JDK_DEBUG_LEVEL=slowdebug +export JDK_DEBUG_LEVEL=release if [ "$BUILD_IOS" != "1" ]; then sudo apt update @@ -13,7 +13,7 @@ if [ "$BUILD_IOS" != "1" ]; then ./maketoolchain.sh else # OpenJDK 8 iOS port is still in unusable state, so we need build in debug mode - export JDK_DEBUG_LEVEL=release + export JDK_DEBUG_LEVEL=slowdebug chmod +x ios-arm64-clang chmod +x ios-arm64-clang++