We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e35e4e commit 4a8bb16Copy full SHA for 4a8bb16
config.sh
@@ -12,7 +12,7 @@ fi
12
13
TARGET_TRIPLE=$(rustc -vV | grep host | cut -d: -f2 | tr -d " ")
14
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'
+export RUSTFLAGS='-Cpanic=abort -Cdebuginfo=2 -Zcodegen-backend='$(pwd)'/target/'$CHANNEL'/librustc_codegen_cranelift.'$dylib_ext' --sysroot '$(pwd)'/build_sysroot/sysroot'
16
RUSTC="rustc $RUSTFLAGS -L crate=target/out --out-dir target/out"
17
export RUSTC_LOG=warn # display metadata load errors
18
0 commit comments