]> git.lizzy.rs Git - rust.git/blobdiff - config.sh
Rustup to rustc 1.34.0-nightly (f66e4697a 2019-02-20)
[rust.git] / config.sh
index a2772d635d14df1dc2499b95f26ec4bd8057e9ab..c73a75a008212a705b1300cc549e8c90e40afb11 100644 (file)
--- a/config.sh
+++ b/config.sh
@@ -18,6 +18,5 @@ else
     cargo build
 fi
 
-export RUSTFLAGS='-Zalways-encode-mir -Cpanic=abort -Zcodegen-backend='$(pwd)'/target/'$channel'/librustc_codegen_cranelift.'$dylib_ext
-export XARGO_RUST_SRC=$(pwd)'/target/libcore/src'
+export RUSTFLAGS='-Zalways-encode-mir -Cpanic=abort -Cdebuginfo=2 -Zcodegen-backend='$(pwd)'/target/'$channel'/librustc_codegen_cranelift.'$dylib_ext
 RUSTC="rustc $RUSTFLAGS -L crate=target/out --out-dir target/out"