Skip to content

Commit 0f5bdb4

Browse files
authored
Add a comment for removing debug symbols for swift-api-digester from the toolchain
1 parent 9ae46a3 commit 0f5bdb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/build-script-impl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2822,6 +2822,7 @@ for host in "${ALL_HOSTS[@]}"; do
28222822
# Run dsymutil on executables and shared libraries.
28232823
#
28242824
# Exclude shell scripts and static archives.
2825+
# Exclude swift-api-digester dSYM to reduce debug toolchain size.
28252826
(cd "${INSTALL_SYMROOT}" &&
28262827
find ./"${CURRENT_PREFIX}" -perm -0111 -type f -print | \
28272828
grep -v '.py$' | \

0 commit comments

Comments
 (0)