about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2021-04-07 11:52:11 +0200
committerbjorn3 <bjorn3@users.noreply.github.com>2021-04-07 11:52:11 +0200
commit53bfc6729ae4a53c8092473452de7a272224df5d (patch)
tree4afae3c9d545328d747076545beb0a1ec85bbdaa /scripts
parent1ee0aa9416b9da220d7370007c5e3c402d6714b0 (diff)
downloadrust-53bfc6729ae4a53c8092473452de7a272224df5d.tar.gz
rust-53bfc6729ae4a53c8092473452de7a272224df5d.zip
Centralize all configuration into config.rs
Diffstat (limited to 'scripts')
-rw-r--r--scripts/ext_config.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ext_config.sh b/scripts/ext_config.sh
index 7971f620df1..3f98d77d76c 100644
--- a/scripts/ext_config.sh
+++ b/scripts/ext_config.sh
@@ -5,7 +5,7 @@
 set -e
 
 export CG_CLIF_DISPLAY_CG_TIME=1
-export CG_CLIF_INCR_CACHE_DISABLED=1
+export CG_CLIF_DISABLE_INCR_CACHE=1
 
 export HOST_TRIPLE=$(rustc -vV | grep host | cut -d: -f2 | tr -d " ")
 export TARGET_TRIPLE=${TARGET_TRIPLE:-$HOST_TRIPLE}