authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2022-06-16 16:53:40-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2022-06-17 16:38:59-07:00
logfcebdbe25d605f565b22f46ebfb9ca06845926a6
tree8d59ee984a9f1bd343f220134483d0b139a6c26d
parentbbc610339814908e68d221748dffdbd8d8ec4f09

compiler-rt: no more -ffunction-sections


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
113113 .main_pkg = null,
114114 .output_mode = .Lib,
115115 .link_mode = .Static,
116 .function_sections = true,
117116 .thread_pool = comp.thread_pool,
118117 .libc_installation = comp.bin_file.options.libc_installation,
119118 .emit_bin = emit_bin,