From 6ef0c2aba52ce1784a58fd57a05b7a4946e1b1e7 Mon Sep 17 00:00:00 2001 From: Duy Tran Khanh <40482367+khanhduytran0@users.noreply.github.com> Date: Sun, 21 Nov 2021 19:41:50 +0700 Subject: [PATCH] Update ci_build_global.sh --- ci_build_global.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci_build_global.sh b/ci_build_global.sh index 659fc47..e1f8235 100755 --- a/ci_build_global.sh +++ b/ci_build_global.sh @@ -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=slowdebug + export JDK_DEBUG_LEVEL=release chmod +x ios-arm64-clang chmod +x ios-arm64-clang++