mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
Allow disabling --llvm-shared in opt-dist
This commit is contained in:
@@ -76,7 +76,7 @@ enum EnvironmentCmd {
|
||||
rustc_perf_checkout_dir: Option<Utf8PathBuf>,
|
||||
|
||||
/// Is LLVM for `rustc` built in shared library mode?
|
||||
#[arg(long, default_value_t = true)]
|
||||
#[arg(long, default_value_t = true, action(clap::ArgAction::Set))]
|
||||
llvm_shared: bool,
|
||||
|
||||
/// Should BOLT optimization be used? If yes, host LLVM must have BOLT binaries
|
||||
|
||||
Reference in New Issue
Block a user