Skip to content

Commit

Permalink
Force #4369 to happen
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Aug 27, 2023
1 parent 66c74e6 commit 21e8f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libponyc/codegen/genopt.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,7 @@ static void optimise(compile_t* c, bool pony_specific)
if (c->opt->release) {
MPM = PB.buildPerModuleDefaultPipeline(OptimizationLevel::O3);
} else {
MPM = PB.buildO0DefaultPipeline(OptimizationLevel::O0);
MPM = PB.buildPerModuleDefaultPipeline(OptimizationLevel::O1);
}

// Run the passes.
Expand Down

0 comments on commit 21e8f9c

Please sign in to comment.