<#17439 go: support passing arbitrary compiler fla...
# github-notifications
q
#17439 go: support passing arbitrary compiler flags New issue created by tdyas
go build
accepts a
-gcflags
argument to pass flags to the underlying Go compiler invocations (i.e.,
go tool compile
). Pants should support a mechanism to do that as well. Model as fields on
go_binary
and
go_package
(for tests) to add compiler options with defaults provided via option(s). pantsbuild/pants
u