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 9649706 commit 22da90cCopy full SHA for 22da90c
compiler/rustc_session/src/session.rs
@@ -830,7 +830,7 @@ impl Session {
830
// codegen units in order to reduce the "collateral damage" small
831
// changes cause.
832
if self.opts.incremental.is_some() {
833
- return CodegenUnits::Default(256);
+ return CodegenUnits::Default(4096);
834
}
835
836
// Why is 16 codegen units the default all the time?
0 commit comments