Skip to content

Commit a3dad21

Browse files
committed
Auto merge of #1188 - RalfJung:bootstrap, r=RalfJung
dont overwrite bootstrap flags
2 parents 5b84620 + 08332bc commit a3dad21

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/bin/cargo-miri.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,8 +381,6 @@ path = "lib.rs"
381381
command.env("RUSTFLAGS", miri::miri_default_args().join(" "));
382382
command.env("XARGO_HOME", &dir);
383383
command.env("XARGO_RUST_SRC", &rust_src);
384-
// In bootstrap, make sure we don't get debug assertons into our libstd.
385-
command.env("RUSTC_DEBUG_ASSERTIONS", "false");
386384
// Handle target flag.
387385
if let Some(ref target) = target {
388386
command.arg("--target").arg(&target);

0 commit comments

Comments
 (0)