From 3d12031ca64536f47152c8b293aa789757c713fc Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Thu, 11 Dec 2025 11:09:39 -0800 Subject: [PATCH] Always pass --verify-dwarf none --- utils/build-script-impl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/build-script-impl b/utils/build-script-impl index fed8be31d9e..c08256d42eb 100755 --- a/utils/build-script-impl +++ b/utils/build-script-impl @@ -3093,7 +3093,7 @@ for host in "${ALL_HOSTS[@]}"; do printJSONStartTimestamp dsymutil (cd "${host_symroot}" && find ./"${CURRENT_PREFIX}" -perm -0111 -type f -not -name "*.a" -not -name "*.py" -print | \ - xargs -t -n 1 -P ${DSYMUTIL_JOBS} ${dsymutil_path} ${EXTRA_DSYMUTIL_ARGS[@]}) + xargs -t -n 1 -P ${DSYMUTIL_JOBS} ${dsymutil_path} --verify-dwarf none ${EXTRA_DSYMUTIL_ARGS[@]}) printJSONEndTimestamp dsymutil # Strip executables, shared libraries and static libraries in