Skip to content

Commit

Permalink
Disable timings by default for cargo.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Jan 6, 2021
1 parent 1a1cdac commit 3ea8915
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions build_sysroot/build_sysroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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")"

Expand Down
1 change: 0 additions & 1 deletion scripts/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e

export RUSTFLAGS="-Zrun_dsymutil=no"
export CG_CLIF_DISPLAY_CG_TIME=1

./build.sh --without-sysroot "$@"

Expand Down

0 comments on commit 3ea8915

Please sign in to comment.