| ... | @@ -5005,6 +5005,7 @@ fn buildOutputFromZig( | ... | @@ -5005,6 +5005,7 @@ fn buildOutputFromZig( |
| 5005 | .link_mode = .Static, | 5005 | .link_mode = .Static, |
| 5006 | .function_sections = true, | 5006 | .function_sections = true, |
| 5007 | .no_builtin = true, | 5007 | .no_builtin = true, |
| | 5008 | .use_stage1 = build_options.is_stage1 and comp.bin_file.options.use_stage1, |
| 5008 | .want_sanitize_c = false, | 5009 | .want_sanitize_c = false, |
| 5009 | .want_stack_check = false, | 5010 | .want_stack_check = false, |
| 5010 | .want_red_zone = comp.bin_file.options.red_zone, | 5011 | .want_red_zone = comp.bin_file.options.red_zone, |