Skip to content

Commit e59cc28

Browse files
committed
Default rewrite_includes_only to false until the glibc fix is obtainable more easily.
1 parent fca8410 commit e59cc28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ impl Default for DistConfig {
394394
cache_dir: default_dist_cache_dir(),
395395
toolchains: Default::default(),
396396
toolchain_cache_size: default_toolchain_cache_size(),
397-
rewrite_includes_only: true,
397+
rewrite_includes_only: false,
398398
}
399399
}
400400
}

0 commit comments

Comments
 (0)