Skip to content

Commit

Permalink
Another go
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Aug 14, 2023
1 parent fcc8070 commit bfa18f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libponyc/codegen/host.cc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ LLVMTargetMachineRef codegen_machine(LLVMTargetRef target, pass_opt_t* opt)
// Hopefully we get #3874 figured out in a reasonable amount of time.
CodeGenOpt::Level opt_level =
opt->release ? CodeGenOpt::Aggressive :
target_is_arm(opt->triple) ? CodeGenOpt::Default : CodeGenOpt::None;
target_is_arm(opt->triple) ? CodeGenOpt::Aggressive : CodeGenOpt::Aggressive;

TargetOptions options;

Expand Down

0 comments on commit bfa18f0

Please sign in to comment.