mirror of
https://github.com/ziglang/zig.git
synced 2025-12-24 07:03:11 +00:00
compiler-rt: no more -ffunction-sections
This commit is contained in:
parent
bbc6103398
commit
fcebdbe25d
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user