diff options
| author | Ralf Jung <post@ralfj.de> | 2019-08-03 17:26:01 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2019-08-08 19:31:46 +0200 |
| commit | 82b3b8229b2a99d499220caa0712cca02b697c70 (patch) | |
| tree | 14a591270d0d0c4fa26ea84b59c881d6089e8da4 | |
| parent | 03de7fdbfacb176394c257e7ce921466c1af378c (diff) | |
| download | rust-82b3b8229b2a99d499220caa0712cca02b697c70.tar.gz rust-82b3b8229b2a99d499220caa0712cca02b697c70.zip | |
don't set RUSTC_DEBUG_ASSERTIONS here; let cargo-miri do that
| -rw-r--r-- | src/bootstrap/test.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bootstrap/test.rs b/src/bootstrap/test.rs index 1850d60f139..c2c134bfd1d 100644 --- a/src/bootstrap/test.rs +++ b/src/bootstrap/test.rs @@ -411,8 +411,6 @@ impl Step for Miri { cargo.env("MIRI_SKIP_SYSROOT_CHECK", "1"); // Tell `cargo miri setup` where to find the sources. cargo.env("XARGO_RUST_SRC", builder.src.join("src")); - // Make sure the libstd gets built without debug assertions. - cargo.env("RUSTC_DEBUG_ASSERTIONS", "false"); // Debug things. cargo.env("RUST_BACKTRACE", "1"); // Configure `cargo install` path, and let cargo-miri know that that's where |
