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
make build cannot specify extra build opt from environment variable.
allow GOBUILD_OPT pass to Makefile to support extra go build compiler flag.
e..g. make GOBUILD_OPT=-cover to build executable with coverage test support.
No response
The text was updated successfully, but these errors were encountered:
matrix-meow
No branches or pull requests
Is there an existing issue for the same feature request?
Is your feature request related to a problem?
Describe the feature you'd like
allow GOBUILD_OPT pass to Makefile to support extra go build compiler flag.
e..g.
make GOBUILD_OPT=-cover
to build executable with coverage test support.
Describe implementation you've considered
No response
Documentation, Adoption, Use Case, Migration Strategy
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: