Auto merge of #123608 - Mark-Simulacrum:no-demangle-dbg, r=Kobzol

Remove debuginfo from rustc-demangle too

This is done for the same reason as the other dependencies in this list.
This commit is contained in:
bors 2024-04-08 12:08:17 +00:00
commit 75fd074338
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ adler.debug = 0
gimli.debug = 0
miniz_oxide.debug = 0
object.debug = 0
rustc-demangle.debug = 0
# These are very thin wrappers around executing lld with the right binary name.
# Basically nothing within them can go wrong without having been explicitly logged anyway.