We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40982df commit e4679d8Copy full SHA for e4679d8
cmd/internal/linker/link.go
@@ -135,7 +135,6 @@ func LinkDDPFiles(options Options) ([]byte, error) {
135
args = append(args, options.MainFile)
136
args = append(args, "-lpcre2-8")
137
args = append(args, "-larchive")
138
- args = append(args, "-lacl")
139
args = append(args, "-lz")
140
args = append(args, "-llzma")
141
args = append(args, "-lbz2")
0 commit comments