| ... | @@ -100,7 +100,7 @@ bool ZigLLVMTargetMachineEmitToFile(LLVMTargetMachineRef targ_machine_ref, LLVMM | ... | @@ -100,7 +100,7 @@ bool ZigLLVMTargetMachineEmitToFile(LLVMTargetMachineRef targ_machine_ref, LLVMM |
| 100 | return true; | 100 | return true; |
| 101 | } | 101 | } |
| 102 | PMBuilder->OptLevel = target_machine->getOptLevel(); | 102 | PMBuilder->OptLevel = target_machine->getOptLevel(); |
| 103 | PMBuilder->SizeLevel = is_small ? 1 : 0; | 103 | PMBuilder->SizeLevel = is_small ? 2 : 0; |
| 104 | | 104 | |
| 105 | PMBuilder->DisableTailCalls = is_debug; | 105 | PMBuilder->DisableTailCalls = is_debug; |
| 106 | PMBuilder->DisableUnitAtATime = is_debug; | 106 | PMBuilder->DisableUnitAtATime = is_debug; |