1
Fork 0
rust/compiler/rustc_codegen_ssa
jyn a4ef751e26 don't show the full linker args unless --verbose is passed
the linker arguments can be *very* long, especially for crates with many dependencies. some parts of them are not very useful. unless specifically requested:
- omit object files specific to the current invocation
- fold rlib files into a single braced argument (in shell expansion format)

this shortens the output significantly without removing too much information.
2024-12-14 20:38:46 -05:00
..
src don't show the full linker args unless --verbose is passed 2024-12-14 20:38:46 -05:00
Cargo.toml Rollup merge of #133456 - clubby789:cargo-update, r=ChrisDenton 2024-12-10 08:55:56 +01:00
messages.ftl fix: rust-lang/rust#47446 2024-11-15 15:25:19 +01:00
README.md

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