aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2022-06-16 16:53:40 -0700
committerAndrew Kelley <andrew@ziglang.org>2022-06-17 16:38:59 -0700
commitfcebdbe25d605f565b22f46ebfb9ca06845926a6 (patch)
tree8d59ee984a9f1bd343f220134483d0b139a6c26d
parentbbc610339814908e68d221748dffdbd8d8ec4f09 (diff)
downloadzig-fcebdbe25d605f565b22f46ebfb9ca06845926a6.tar.gz
zig-fcebdbe25d605f565b22f46ebfb9ca06845926a6.zip
compiler-rt: no more -ffunction-sections
-rw-r--r--src/compiler_rt.zig1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiler_rt.zig b/src/compiler_rt.zig
index 0440235d58..70276231ce 100644
--- 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,