mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-27 16:06:00 +00:00
Let miri decide the flags to use for the test suite
This commit is contained in:
@@ -572,8 +572,6 @@ impl Step for Miri {
|
||||
return;
|
||||
}
|
||||
|
||||
// # Run `cargo test` with `-Zmir-opt-level=4`.
|
||||
cargo.env("MIRIFLAGS", "-O -Zmir-opt-level=4");
|
||||
if !try_run(builder, &mut cargo) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user