Skip to content

Commit

Permalink
Default rewrite_includes_only to false until the glibc fix is obtaina…
Browse files Browse the repository at this point in the history
…ble more easily.
  • Loading branch information
chmanchester committed Jan 23, 2020
1 parent fca8410 commit e59cc28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ impl Default for DistConfig {
cache_dir: default_dist_cache_dir(),
toolchains: Default::default(),
toolchain_cache_size: default_toolchain_cache_size(),
rewrite_includes_only: true,
rewrite_includes_only: false,
}
}
}
Expand Down

0 comments on commit e59cc28

Please sign in to comment.