| author | |
| committer | |
| log | d02c2c76fc718a4d55977cfa776c98dac1a90032 |
| tree | 00037471bb674c984f2344fe5e65f58e78baa962 |
| parent | 0df1f3df2f25bf12071f11e9b738a356dfbd214d |
1 files changed, 2 insertions(+), 0 deletions(-)
src/link/Elf.zig+2| ... | ... | @@ -1716,7 +1716,9 @@ fn linkWithLLD(self: *Elf, arena: Allocator, tid: Zcu.PerThread.Id, prog_node: s |
| 1716 | 1716 | "-z", |
| 1717 | 1717 | try std.fmt.allocPrint(arena, "stack-size={d}", .{self.base.stack_size}), |
| 1718 | 1718 | }); |
| 1719 | } | |
| 1719 | 1720 | |
| 1721 | if (is_exe_or_dyn_lib) { | |
| 1720 | 1722 | switch (self.base.build_id) { |
| 1721 | 1723 | .none => {}, |
| 1722 | 1724 | .fast, .uuid, .sha1, .md5 => { |