Skip to content

Commit 4a8bb16

Browse files
committed
Don't pass -Zalways-encode-mir to rustc
1 parent 0e35e4e commit 4a8bb16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ fi
1212

1313
TARGET_TRIPLE=$(rustc -vV | grep host | cut -d: -f2 | tr -d " ")
1414

15-
export RUSTFLAGS='-Zalways-encode-mir -Cpanic=abort -Cdebuginfo=2 -Zcodegen-backend='$(pwd)'/target/'$CHANNEL'/librustc_codegen_cranelift.'$dylib_ext' --sysroot '$(pwd)'/build_sysroot/sysroot'
15+
export RUSTFLAGS='-Cpanic=abort -Cdebuginfo=2 -Zcodegen-backend='$(pwd)'/target/'$CHANNEL'/librustc_codegen_cranelift.'$dylib_ext' --sysroot '$(pwd)'/build_sysroot/sysroot'
1616
RUSTC="rustc $RUSTFLAGS -L crate=target/out --out-dir target/out"
1717
export RUSTC_LOG=warn # display metadata load errors
1818

0 commit comments

Comments
 (0)