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 53bb74b commit 5dc2b2eCopy full SHA for 5dc2b2e
compiler/rustc_monomorphize/src/partitioning.rs
@@ -164,7 +164,7 @@ where
164
// Merge until we don't exceed the max CGU count.
165
// `merge_codegen_units` is responsible for updating the CGU size
166
// estimates.
167
- {
+ if tcx.sess.opts.incremental.is_none() {
168
let _prof_timer = tcx.prof.generic_activity("cgu_partitioning_merge_cgus");
169
merge_codegen_units(cx, &mut codegen_units);
170
debug_dump(tcx, "MERGE", &codegen_units);
0 commit comments