1
Fork 0
rust/compiler/rustc_codegen_ssa
bors 3bfc85149e Auto merge of #83587 - petrochenkov:asneeded, r=nagisa
linker: Use `--as-needed` by default when linker supports it

Do it in a centralized way in `link.rs` instead of individual target specs.
Majority of relevant target specs were already passing it.
2021-03-28 01:00:25 +00:00
..
src Auto merge of #83587 - petrochenkov:asneeded, r=nagisa 2021-03-28 01:00:25 +00:00
Cargo.toml Upgrade memmap to memmap2 in other crates. 2021-03-18 18:36:55 +01:00
README.md

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.