Some cleanup

This commit is contained in:
Lachlan Sneff
2019-03-04 17:37:05 -08:00
parent 2969409ca7
commit 3be7144892
3 changed files with 5 additions and 6 deletions

View File

@ -233,7 +233,7 @@ impl LLVMBackend {
&triple,
&TargetMachine::get_host_cpu_name().to_string(),
&TargetMachine::get_host_cpu_features().to_string(),
OptimizationLevel::Default,
OptimizationLevel::Aggressive,
RelocMode::PIC,
CodeModel::Default,
)