We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7657ebc commit 84f24e5Copy full SHA for 84f24e5
build_sysroot/build_sysroot.sh
@@ -29,8 +29,7 @@ export __CARGO_DEFAULT_LIB_METADATA="cg_clif"
29
if [[ "$1" != "--debug" ]]; then
30
sysroot_channel='release'
31
# FIXME Enable incremental again once rust-lang/rust#74946 is fixed
32
- # FIXME Enable -Zmir-opt-level=2 again once it doesn't ice anymore
33
- CARGO_INCREMENTAL=0 RUSTFLAGS="$RUSTFLAGS" cargo build --target "$TARGET_TRIPLE" --release
+ CARGO_INCREMENTAL=0 RUSTFLAGS="$RUSTFLAGS -Zmir-opt-level=2" cargo build --target "$TARGET_TRIPLE" --release
34
else
35
sysroot_channel='debug'
36
cargo build --target "$TARGET_TRIPLE"
0 commit comments