Skip to content

Commit

Permalink
CGO_ENABLE=0 in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
gberche-orange committed Oct 19, 2024
1 parent c31faf4 commit 84c9b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ lint:

.PHONY: build
build:
go build -o ./build/main ./cmd/*.go
CGO_ENABLE=0 go build -o ./build/main ./cmd/*.go

.PHONY: run
run:
Expand Down

0 comments on commit 84c9b56

Please sign in to comment.