]> git.lizzy.rs Git - rust.git/commitdiff
Disable CG_CLIF_DISPLAY_CG_TIME by default
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>
Fri, 13 Jan 2023 11:42:02 +0000 (11:42 +0000)
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>
Fri, 13 Jan 2023 11:42:02 +0000 (11:42 +0000)
It is a lot of noise without much benefit

build_system/mod.rs

index 76d1d013b0dbca75cffe1b71e9014c19728c47fa..1c25c515e6b34d5437bfae9b3c52059adaf6a966 100644 (file)
@@ -70,7 +70,6 @@ pub fn main() {
     if env::var("RUST_BACKTRACE").is_err() {
         env::set_var("RUST_BACKTRACE", "1");
     }
-    env::set_var("CG_CLIF_DISPLAY_CG_TIME", "1"); // FIXME disable this by default
     env::set_var("CG_CLIF_DISABLE_INCR_CACHE", "1");
 
     if is_ci() {