mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 13:06:28 +03:00
aa692a577e
`-s` option doesn't perfectly fit into debuginfo()'s semantics and may unexpectedly remove metadata in shared libraries. Remove the implementation and suggest user to use `strip` utility instead.
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.