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.
1 parent bdc6b0a commit ece923bCopy full SHA for ece923b
Makefile
@@ -41,7 +41,7 @@ LD_FLAGS=-ldflags " \
41
"
42
.PHONY: build
43
build: ## Build the project locally
44
- go build $(GO_GCFLAGS) $(GO_ASMFLAGS) $(LD_FLAGS) -o bin/audit-tool ./cmd
+ CGO_ENABLED=1 go build $(GO_GCFLAGS) $(GO_ASMFLAGS) $(LD_FLAGS) -o bin/audit-tool ./cmd
45
cp ./bin/audit-tool $(GOBIN)/audit-tool
46
47
.PHONY: install
0 commit comments