]> git.lizzy.rs Git - rust.git/commitdiff
Don't pass -Zalways-encode-mir to rustc
authorbjorn3 <bjorn3@users.noreply.github.com>
Mon, 19 Aug 2019 14:24:57 +0000 (16:24 +0200)
committerbjorn3 <bjorn3@users.noreply.github.com>
Mon, 19 Aug 2019 14:27:33 +0000 (16:27 +0200)
config.sh

index 9bfff744a66f82c6f769f1733828b551c7aae91e..43280c091419a6f806858e850408f6b54f8951ca 100644 (file)
--- a/config.sh
+++ b/config.sh
@@ -12,7 +12,7 @@ fi
 
 TARGET_TRIPLE=$(rustc -vV | grep host | cut -d: -f2 | tr -d " ")
 
-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'
 RUSTC="rustc $RUSTFLAGS -L crate=target/out --out-dir target/out"
 export RUSTC_LOG=warn # display metadata load errors