Skip to content

Commit 35765bd

Browse files
authored
Merge pull request #313 from koenkooi/koen/goflags
Makefile: add GO_EXTRAFLAGS to go build call
2 parents db8fd53 + 5367740 commit 35765bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ golangci-lint ci-lint:
6363

6464
$(BINARIES): bin/%:
6565
$(Q)echo "Building $@..."
66-
$(Q)(cd cmd/$(*) && $(GO_BUILD) -o $(abspath $@) .)
66+
$(Q)(cd cmd/$(*) && $(GO_BUILD) $(GO_EXTRAFLAGS) -o $(abspath $@) .)
6767

6868
#
6969
# go module tidy and verify targets

0 commit comments

Comments
 (0)