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 c402963 + c0902cd commit a58c133Copy full SHA for a58c133
Makefile
@@ -31,7 +31,7 @@ test: mod-tidy
31
# Build our program binaries
32
# Depends on GO_FILES to determine when rebuild is needed
33
$(BINARIES): mod-tidy $(GO_FILES)
34
- go build \
+ CGO_ENABLED=0 go build \
35
$(GO_LDFLAGS) \
36
-tags nodbus \
37
-o $(@) \
0 commit comments