mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
be aggressive
This commit is contained in:
parent
9b02165f00
commit
e30ef29e3b
1 changed files with 1 additions and 1 deletions
|
@ -549,7 +549,7 @@ pub fn construct_optimization_passes<'a>(
|
|||
pmb.set_optimization_level(OptimizationLevel::None);
|
||||
}
|
||||
OptLevel::Optimize => {
|
||||
pmb.set_optimization_level(OptimizationLevel::Less);
|
||||
pmb.set_optimization_level(OptimizationLevel::Aggressive);
|
||||
// this threshold seems to do what we want
|
||||
pmb.set_inliner_with_threshold(275);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue