We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbfbb29 commit cf22470Copy full SHA for cf22470
build_system/mod.rs
@@ -70,7 +70,6 @@ pub fn main() {
70
if env::var("RUST_BACKTRACE").is_err() {
71
env::set_var("RUST_BACKTRACE", "1");
72
}
73
- env::set_var("CG_CLIF_DISPLAY_CG_TIME", "1"); // FIXME disable this by default
74
env::set_var("CG_CLIF_DISABLE_INCR_CACHE", "1");
75
76
if is_ci() {
0 commit comments