Auto merge of #1188 - RalfJung:bootstrap, r=RalfJung

dont overwrite bootstrap flags
This commit is contained in:
bors
2020-02-21 19:07:37 +00:00
-2
View File
@@ -381,8 +381,6 @@ fn setup(ask_user: bool) {
command.env("RUSTFLAGS", miri::miri_default_args().join(" "));
command.env("XARGO_HOME", &dir);
command.env("XARGO_RUST_SRC", &rust_src);
// In bootstrap, make sure we don't get debug assertons into our libstd.
command.env("RUSTC_DEBUG_ASSERTIONS", "false");
// Handle target flag.
if let Some(ref target) = target {
command.arg("--target").arg(&target);