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:
Mark Rousskov 2024-04-07 19:19:11 -04:00
parent aa1c45908d
commit f946bf4f2e
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.