[iOS port] re-enable zip debuginfo

This commit is contained in:
Duy Tran Khanh 2021-05-31 19:47:28 +07:00 committed by GitHub
parent c073c8cc0a
commit a126491e9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ if [ "$BUILD_IOS" != "1" ]; then
else else
ln -s -f /opt/X11/include/X11 $ANDROID_INCLUDE/ ln -s -f /opt/X11/include/X11 $ANDROID_INCLUDE/
platform_args=--with-toolchain-type=clang 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" 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 CFLAGS+=" $sameflags"
export CXXFLAGS="$sameflags" export CXXFLAGS="$sameflags"