We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db8fd53 + 5367740 commit 35765bdCopy full SHA for 35765bd
1 file changed
Makefile
@@ -63,7 +63,7 @@ golangci-lint ci-lint:
63
64
$(BINARIES): bin/%:
65
$(Q)echo "Building $@..."
66
- $(Q)(cd cmd/$(*) && $(GO_BUILD) -o $(abspath $@) .)
+ $(Q)(cd cmd/$(*) && $(GO_BUILD) $(GO_EXTRAFLAGS) -o $(abspath $@) .)
67
68
#
69
# go module tidy and verify targets
0 commit comments