Skip to content

Instantly share code, notes, and snippets.

@wcandillon
Created May 20, 2023 11:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wcandillon/6af654363c567215ef1663bf02110db4 to your computer and use it in GitHub Desktop.
Save wcandillon/6af654363c567215ef1663bf02110db4 to your computer and use it in GitHub Desktop.
target_os="ios"
target_cpu="arm64"
skia_use_piex=true
skia_use_sfntly=false
skia_use_system_expat=false
skia_use_system_libjpeg_turbo=false
skia_use_system_libpng=false
skia_use_system_libwebp=false
skia_use_system_zlib=false
skia_enable_tools=false
is_official_build=true
skia_enable_skottie=true
is_debug=false
skia_enable_pdf=false
skia_enable_flutter_defines=true
paragraph_tests_enabled=false
is_component_build=false
skia_use_harfbuzz=false
skia_use_icu=false
skia_enable_skunicode=true
skia_use_metal=true
skia_use_gl=true
cc="clang"
cxx="clang++"
ios_min_target="13.0"
extra_cflags=["-target", "arm64-apple-ios", "-fembed-bitcode"]
extra_asmflags=["-target", "arm64-apple-ios", "-fembed-bitcode"]
extra_ldflags=["-target", "arm64-apple-ios", "-fembed-bitcode"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment