Skip to content

Commit

Permalink
Auto merge of rust-lang#123608 - Mark-Simulacrum:no-demangle-dbg, r=K…
Browse files Browse the repository at this point in the history
…obzol

Remove debuginfo from rustc-demangle too

This is done for the same reason as the other dependencies in this list.
  • Loading branch information
bors committed Apr 8, 2024
2 parents 0e5f520 + f946bf4 commit 75fd074
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 75fd074

Please sign in to comment.