about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2021-01-06 14:54:19 +0100
committerbjorn3 <bjorn3@users.noreply.github.com>2021-01-06 14:54:19 +0100
commit3ea8915d4a247b5b3c4cfb3424c230ccd2645b17 (patch)
tree9f81c744c514f15ba598241f90477040d58c53a0 /scripts
parent1a1cdac93054a850d2ebb647d045a33989aa812d (diff)
downloadrust-3ea8915d4a247b5b3c4cfb3424c230ccd2645b17.tar.gz
rust-3ea8915d4a247b5b3c4cfb3424c230ccd2645b17.zip
Disable timings by default for cargo.sh
Fixes #1121
Diffstat (limited to 'scripts')
-rw-r--r--scripts/config.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/config.sh b/scripts/config.sh
index dea037e2bc0..d3c0885b3fa 100644
--- a/scripts/config.sh
+++ b/scripts/config.sh
@@ -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