zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit fcebdbe25d605f565b22f46ebfb9ca06845926a6 (tree)
parent bbc610339814908e68d221748dffdbd8d8ec4f09
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Thu, 16 Jun 2022 16:53:40 -0700

compiler-rt: no more -ffunction-sections

Diffstat:
Msrc/compiler_rt.zig | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/compiler_rt.zig b/src/compiler_rt.zig @@ -113,7 +113,6 @@ pub fn buildCompilerRtLib(comp: *Compilation, compiler_rt_lib: *?CRTFile) !void .main_pkg = null, .output_mode = .Lib, .link_mode = .Static, - .function_sections = true, .thread_pool = comp.thread_pool, .libc_installation = comp.bin_file.options.libc_installation, .emit_bin = emit_bin,