| author | |
| committer | |
| log | fcebdbe25d605f565b22f46ebfb9ca06845926a6 |
| tree | 8d59ee984a9f1bd343f220134483d0b139a6c26d |
| parent | bbc610339814908e68d221748dffdbd8d8ec4f09 |
1 files changed, 0 insertions(+), 1 deletions(-)
src/compiler_rt.zig-1| ... | ... | @@ -113,7 +113,6 @@ pub fn buildCompilerRtLib(comp: *Compilation, compiler_rt_lib: *?CRTFile) !void |
| 113 | 113 | .main_pkg = null, |
| 114 | 114 | .output_mode = .Lib, |
| 115 | 115 | .link_mode = .Static, |
| 116 | .function_sections = true, | |
| 117 | 116 | .thread_pool = comp.thread_pool, |
| 118 | 117 | .libc_installation = comp.bin_file.options.libc_installation, |
| 119 | 118 | .emit_bin = emit_bin, |