We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91979e0 commit aea3bd6Copy full SHA for aea3bd6
build_system/build_sysroot.rs
@@ -242,8 +242,7 @@ fn build_clif_sysroot_for_triple(
242
rustflags
243
.push_str(&format!(" --sysroot={}", RTSTARTUP_SYSROOT.to_path(dirs).to_str().unwrap()));
244
if channel == "release" {
245
- // FIXME re-enable DataflowConstProp once rust-lang/rust#108166 is fixed
246
- rustflags.push_str(" -Zmir-opt-level=3 -Zmir-enable-passes=-DataflowConstProp");
+ rustflags.push_str(" -Zmir-opt-level=3");
247
}
248
compiler.rustflags += &rustflags;
249
let mut build_cmd = STANDARD_LIBRARY.build(&compiler, dirs);
0 commit comments