mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
Default-enable llvm_tools_enabled
when no config.toml
is present
This commit is contained in:
parent
e6c1e14e5d
commit
38f0c099b2
@ -1255,6 +1255,10 @@ impl Config {
|
||||
},
|
||||
out: PathBuf::from("build"),
|
||||
|
||||
// This is needed by codegen_ssa on macOS to ship `llvm-objcopy` aliased to
|
||||
// `rust-objcopy` to workaround bad `strip`s on macOS.
|
||||
llvm_tools_enabled: true,
|
||||
|
||||
..Default::default()
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user