We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
go supports passing arbitrary linker flags to go tool link invocations via a -ldflags argument. Pants should support this feature.
go
go tool link
-ldflags
Model as fields on go_binary and go_package (for tests) that set additional linker flags to use with defaults coming from option(s).
go_binary
go_package
The text was updated successfully, but these errors were encountered:
linker_flags
go_mod
bc4769b
Successfully merging a pull request may close this issue.
go
supports passing arbitrary linker flags togo tool link
invocations via a-ldflags
argument. Pants should support this feature.Model as fields on
go_binary
andgo_package
(for tests) that set additional linker flags to use with defaults coming from option(s).The text was updated successfully, but these errors were encountered: