| ... | @@ -1716,7 +1716,9 @@ fn linkWithLLD(self: *Elf, arena: Allocator, tid: Zcu.PerThread.Id, prog_node: s | ... | @@ -1716,7 +1716,9 @@ fn linkWithLLD(self: *Elf, arena: Allocator, tid: Zcu.PerThread.Id, prog_node: s |
| 1716 | "-z", | 1716 | "-z", |
| 1717 | try std.fmt.allocPrint(arena, "stack-size={d}", .{self.base.stack_size}), | 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 | switch (self.base.build_id) { | 1722 | switch (self.base.build_id) { |
| 1721 | .none => {}, | 1723 | .none => {}, |
| 1722 | .fast, .uuid, .sha1, .md5 => { | 1724 | .fast, .uuid, .sha1, .md5 => { |