We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f26ee4 commit cc1ef91Copy full SHA for cc1ef91
compiler/rustc_session/src/session.rs
@@ -841,7 +841,7 @@ impl Session {
841
// codegen units in order to reduce the "collateral damage" small
842
// changes cause.
843
if self.opts.incremental.is_some() {
844
- return CodegenUnits::Default(256);
+ return CodegenUnits::Default(4096);
845
}
846
847
// Why is 16 codegen units the default all the time?
0 commit comments