quaint-telephone-89068
11/02/2022, 6:40 PMgo 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/pantsuser
12/01/2022, 1:05 PM