Skip to content

Commit 3ea8915

Browse files
committed
Disable timings by default for cargo.sh
Fixes rust-lang#1121
1 parent 1a1cdac commit 3ea8915

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

build_sysroot/build_sysroot.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ dir=$(pwd)
1212
# build scripts are still compiled using cg_llvm.
1313
export RUSTC=$dir"/bin/cg_clif_build_sysroot"
1414
export RUSTFLAGS=$RUSTFLAGS" --clif"
15+
export CG_CLIF_DISPLAY_CG_TIME=1
1516

1617
cd "$(dirname "$0")"
1718

scripts/config.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,3 @@ fi
5656
export LD_LIBRARY_PATH="$(rustc --print sysroot)/lib"
5757
export DYLD_LIBRARY_PATH=$LD_LIBRARY_PATH
5858

59-
export CG_CLIF_DISPLAY_CG_TIME=1

test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -e
33

4-
export RUSTFLAGS="-Zrun_dsymutil=no"
4+
export CG_CLIF_DISPLAY_CG_TIME=1
55

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

0 commit comments

Comments
 (0)