mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 23:12:02 +00:00
bootstrap/rustc: remove a miri hack
This commit is contained in:
parent
4056df5cf7
commit
b5fe655ae8
@ -150,7 +150,7 @@ fn main() {
|
||||
{
|
||||
cmd.arg("-Ztls-model=initial-exec");
|
||||
}
|
||||
} else if std::env::var("MIRI").is_err() {
|
||||
} else {
|
||||
// Find any host flags that were passed by bootstrap.
|
||||
// The flags are stored in a RUSTC_HOST_FLAGS variable, separated by spaces.
|
||||
if let Ok(flags) = std::env::var("RUSTC_HOST_FLAGS") {
|
||||
|
Loading…
Reference in New Issue
Block a user