Stop emitting .debug_pubnames
and .debug_pubtypes
into Linux object files and binaries · Issue #48762 · rust-lang/rust (original) (raw)
As far as I can tell, nothing uses these. They bloat executables and make linking more expensive.
At least stop emitting them for debuginfo=1
.