diff options
-rw-r--r-- | vendorsetup.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vendorsetup.sh b/vendorsetup.sh index a019a45..0b5eecb 100644 --- a/vendorsetup.sh +++ b/vendorsetup.sh @@ -29,3 +29,6 @@ if [ -n "${ICE_BUILDTYPE}" ]; then # Flatten APEXs for performance. export OVERRIDE_TARGET_FLATTEN_APEX=true fi + +# Skip ABI compatibility checks. +export SKIP_ABI_CHECKS=true |