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 8718748 commit 6b58ed2Copy full SHA for 6b58ed2
build_sysroot/build_sysroot.sh
@@ -28,7 +28,7 @@ export __CARGO_DEFAULT_LIB_METADATA="cg_clif"
28
if [[ "$1" != "--debug" ]]; then
29
sysroot_channel='release'
30
# FIXME Enable incremental again once rust-lang/rust#74946 is fixed
31
- CARGO_INCREMENTAL=0 RUSTFLAGS="$RUSTFLAGS -Zmir-opt-level=2" cargo build --target "$TARGET_TRIPLE" --release
+ CARGO_INCREMENTAL=0 RUSTFLAGS="$RUSTFLAGS -Zmir-opt-level=3" cargo build --target "$TARGET_TRIPLE" --release
32
else
33
sysroot_channel='debug'
34
cargo build --target "$TARGET_TRIPLE"
0 commit comments