Commit fcebdbe25d

Andrew Kelley <andrew@ziglang.org>
2022-06-17 01:53:40
compiler-rt: no more -ffunction-sections
1 parent bbc6103
Changed files (1)
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,