<#17440 go: support passing arbitrary linker flags...
# github-notifications
q
#17440 go: support passing arbitrary linker flags New issue created by tdyas
go
supports passing arbitrary linker flags to
go tool link
invocations via a
-ldflags
argument. Pants should support this feature. Model as fields on
go_binary
and
go_package
(for tests) that set additional linker flags to use with defaults coming from option(s). pantsbuild/pants
u