Skip to content

Commit

Permalink
chore: enable aggressive
Browse files Browse the repository at this point in the history
  • Loading branch information
JuniMay committed Aug 20, 2024
1 parent 01f29a9 commit 0aedc59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bin/compiler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,8 @@ fn parse_args(passman: &mut PassManager) -> CliCommand {
combine_stack_adjustments,
};

let aggressive = matches.get_count("aggressive") > 0;
// let aggressive = matches.get_count("aggressive") > 0;
let aggressive = true;

CliCommand {
output,
Expand Down

0 comments on commit 0aedc59

Please sign in to comment.