| author | |
| committer | |
| log | fc7c0e07be010d701e7098cbeb9d34c915b66e7b |
| tree | 5e3f582319f4b48bdfc6b17f5448353a8bb0e0ec |
| parent | 388520a40b866dc43cd130fcbaeda866ccd4217e |
This makes it so that -fno-stage1 also affects compiler-rt for example.1 files changed, 1 insertions(+), 0 deletions(-)
src/Compilation.zig+1| ... | ... | @@ -5005,6 +5005,7 @@ fn buildOutputFromZig( |
| 5005 | 5005 | .link_mode = .Static, |
| 5006 | 5006 | .function_sections = true, |
| 5007 | 5007 | .no_builtin = true, |
| 5008 | .use_stage1 = build_options.is_stage1 and comp.bin_file.options.use_stage1, | |
| 5008 | 5009 | .want_sanitize_c = false, |
| 5009 | 5010 | .want_stack_check = false, |
| 5010 | 5011 | .want_red_zone = comp.bin_file.options.red_zone, |