From 232366e881a46f4cd18297809bc99e45239b73b0 Mon Sep 17 00:00:00 2001 From: Duy Tran Khanh <40482367+khanhduytran0@users.noreply.github.com> Date: Wed, 30 Jun 2021 13:57:54 +0700 Subject: [PATCH] Set JDK_DEBUG_LEVEL back to release for iOS build --- ci_build_global.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/ci_build_global.sh b/ci_build_global.sh index 2f75b56..2e262a2 100755 --- a/ci_build_global.sh +++ b/ci_build_global.sh @@ -12,9 +12,6 @@ if [ "$BUILD_IOS" != "1" ]; then ./extractndk.sh ./maketoolchain.sh else - # OpenJDK 8 iOS port is still in unusable state, so we need build in debug mode - export JDK_DEBUG_LEVEL=slowdebug - chmod +x ios-arm64-clang chmod +x ios-arm64-clang++ chmod +x macos-host-cc