Default to -o:minimal again

This commit is contained in:
gingerBill
2024-07-14 15:55:26 +01:00
parent 11e2aa2d51
commit a867378418
2 changed files with 6 additions and 1 deletions
+1
View File
@@ -1570,6 +1570,7 @@ gb_internal WORKER_TASK_PROC(lb_llvm_module_pass_worker_proc) {
switch (build_context.optimization_level) {
case -1:
array_add(&passes, "function(annotation-remarks)");
break;
case 0:
array_add(&passes, "always-inline");