| ... | @@ -113,7 +113,6 @@ pub fn buildCompilerRtLib(comp: *Compilation, compiler_rt_lib: *?CRTFile) !void | ... | @@ -113,7 +113,6 @@ pub fn buildCompilerRtLib(comp: *Compilation, compiler_rt_lib: *?CRTFile) !void |
| 113 | .main_pkg = null, | 113 | .main_pkg = null, |
| 114 | .output_mode = .Lib, | 114 | .output_mode = .Lib, |
| 115 | .link_mode = .Static, | 115 | .link_mode = .Static, |
| 116 | .function_sections = true, | | |
| 117 | .thread_pool = comp.thread_pool, | 116 | .thread_pool = comp.thread_pool, |
| 118 | .libc_installation = comp.bin_file.options.libc_installation, | 117 | .libc_installation = comp.bin_file.options.libc_installation, |
| 119 | .emit_bin = emit_bin, | 118 | .emit_bin = emit_bin, |