Update ci_build_global.sh

This commit is contained in:
Duy Tran Khanh 2021-11-21 19:41:50 +07:00 committed by GitHub
parent be13a7669c
commit 6ef0c2aba5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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++