Skip to content

Commit

Permalink
Add GOFLAGS to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
aligator committed May 7, 2021
1 parent b9afb8b commit f1b1ac7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ build: clean
CGO_CFLAGS=$(CGO_CFLAGS) \
CGO_CXXFLAGS=$(CGO_CXXFLAGS) \
CGO_LDFLAGS=$(CGO_LDFLAGS) \
GOFLAGS=$(GOFLAGS) \
go build $(LDFLAGS) -o $(TARGET) $(GOFILES)

## clean the build folder
Expand Down

0 comments on commit f1b1ac7

Please sign in to comment.