Skip to content

Commit cf22470

Browse files
committed
Disable CG_CLIF_DISPLAY_CG_TIME by default
It is a lot of noise without much benefit
1 parent dbfbb29 commit cf22470

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build_system/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ pub fn main() {
7070
if env::var("RUST_BACKTRACE").is_err() {
7171
env::set_var("RUST_BACKTRACE", "1");
7272
}
73-
env::set_var("CG_CLIF_DISPLAY_CG_TIME", "1"); // FIXME disable this by default
7473
env::set_var("CG_CLIF_DISABLE_INCR_CACHE", "1");
7574

7675
if is_ci() {

0 commit comments

Comments
 (0)