mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Always pass --verify-dwarf none
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user