mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-18 06:56:59 +00:00
parent
1a1cdac930
commit
3ea8915d4a
@ -12,6 +12,7 @@ dir=$(pwd)
|
||||
# build scripts are still compiled using cg_llvm.
|
||||
export RUSTC=$dir"/bin/cg_clif_build_sysroot"
|
||||
export RUSTFLAGS=$RUSTFLAGS" --clif"
|
||||
export CG_CLIF_DISPLAY_CG_TIME=1
|
||||
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
|
@ -56,4 +56,3 @@ fi
|
||||
export LD_LIBRARY_PATH="$(rustc --print sysroot)/lib"
|
||||
export DYLD_LIBRARY_PATH=$LD_LIBRARY_PATH
|
||||
|
||||
export CG_CLIF_DISPLAY_CG_TIME=1
|
||||
|
Loading…
Reference in New Issue
Block a user