| author | |
| committer | |
| log | fd369bcb0b67bde0072f1549be2fd0b34014703f |
| tree | 52f18bf6c58badf74a1701233bc06981ff4ffabe |
| parent | a950cb42bdf7b3f339071868c6675e7dcc892bae |
Previously these were added to the hash but not actually appended to the
linker arguments.1 files changed, 3 insertions(+), 0 deletions(-)
src/link/Coff.zig+3| ... | ... | @@ -1057,6 +1057,9 @@ fn linkWithLLD(self: *Coff, comp: *Compilation) !void { |
| 1057 | 1057 | if (self.base.options.dynamicbase) { |
| 1058 | 1058 | try argv.append("-dynamicbase"); |
| 1059 | 1059 | } |
| 1060 | ||
| 1061 | try argv.appendSlice(self.base.options.extra_lld_args); | |
| 1062 | ||
| 1060 | 1063 | const subsystem_suffix = ss: { |
| 1061 | 1064 | if (self.base.options.major_subsystem_version) |major| { |
| 1062 | 1065 | if (self.base.options.minor_subsystem_version) |minor| { |