diff --git a/src/bootstrap/builder.rs b/src/bootstrap/builder.rs index 1707dafb11aa8..0e567e5f5fabd 100644 --- a/src/bootstrap/builder.rs +++ b/src/bootstrap/builder.rs @@ -2019,7 +2019,7 @@ impl<'a> Builder<'a> { let limit = match self.config.rust_thin_lto_import_instr_limit { Some(limit) => Some(limit), None if self.config.incremental => Some(10), - _ => None, + _ => Some(150), }; if let Some(limit) = limit {