Skip to content
New issue

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

Silence warning when buildFlags are set #114

Closed
wants to merge 1 commit into from

Conversation

eliasnaur
Copy link

The warning was to avoid misuse of buildFlags for specifying Go build tags, but there are other legitimate uses such as -buildmode, -cover.

Fixes #104

The warning was to avoid misuse of buildFlags for specifying Go build
tags, but there are other legitimate uses such as `-buildmode`, `-cover`.

Fixes nix-community#104
@eliasnaur eliasnaur closed this Mar 30, 2023
@eliasnaur eliasnaur deleted the silence-warning branch March 30, 2023 20:09
@eliasnaur eliasnaur restored the silence-warning branch March 30, 2023 20:10
@eliasnaur eliasnaur deleted the silence-warning branch March 30, 2023 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

support passing extra build flags
1 participant