We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75ac3b6 commit 8d992e9Copy full SHA for 8d992e9
src/bootstrap/src/core/build_steps/compile.rs
@@ -1138,7 +1138,10 @@ pub fn rustc_cargo_env(
1138
1139
// Enable rustc's env var for `rust-lld` when requested.
1140
if builder.config.lld_enabled {
1141
+ eprintln!("status: CFG_USE_SELF_CONTAINED_LINKER is enabled");
1142
cargo.env("CFG_USE_SELF_CONTAINED_LINKER", "1");
1143
+ } else {
1144
+ eprintln!("status: CFG_USE_SELF_CONTAINED_LINKER is disabled");
1145
}
1146
1147
if builder.config.rust_verify_llvm_ir {
0 commit comments