From a126491e9d95933a6a1d06da7c5629332b7848e6 Mon Sep 17 00:00:00 2001 From: Duy Tran Khanh <40482367+khanhduytran0@users.noreply.github.com> Date: Mon, 31 May 2021 19:47:28 +0700 Subject: [PATCH] [iOS port] re-enable zip debuginfo --- buildjdk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildjdk.sh b/buildjdk.sh index 575fdea..9cf7d11 100755 --- a/buildjdk.sh +++ b/buildjdk.sh @@ -42,7 +42,7 @@ if [ "$BUILD_IOS" != "1" ]; then else ln -s -f /opt/X11/include/X11 $ANDROID_INCLUDE/ platform_args=--with-toolchain-type=clang - AUTOCONF_x11arg="--with-x=/opt/X11/include/X11 --disable-precompiled-headers --disable-zip-debug-info --prefix=/usr/lib" + AUTOCONF_x11arg="--with-x=/opt/X11/include/X11 --disable-precompiled-headers --prefix=/usr/lib" sameflags="-arch arm64 -isysroot $thesysroot -miphoneos-version-min=12.0 -DHEADLESS=1 -I$PWD/ios-missing-include -Wno-implicit-function-declaration" export CFLAGS+=" $sameflags" export CXXFLAGS="$sameflags"