From 23a4f6aeefde29bf008cea3aaed65d70f7ecfd12 Mon Sep 17 00:00:00 2001 From: Duy Tran Khanh <40482367+khanhduytran0@users.noreply.github.com> Date: Tue, 1 Jun 2021 05:36:14 +0700 Subject: [PATCH] =?UTF-8?q?=E2=80=9Cfine=20crashes=E2=80=9D=20bring=20iOS?= =?UTF-8?q?=20one=20back=20to=20slowdebug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ci_build_global.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci_build_global.sh b/ci_build_global.sh index bde37da..fed4b39 100755 --- a/ci_build_global.sh +++ b/ci_build_global.sh @@ -11,6 +11,9 @@ 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