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 abd4d35 commit c7d4993Copy full SHA for c7d4993
1 file changed
Makefile
@@ -5,7 +5,7 @@ GO_VERSION := $(shell go version | cut -c 14- | cut -d' ' -f1 | cut -d'.' -f1,2)
5
###############################################################################
6
7
build: ensure_version
8
- go build -mod=readonly -o ./build/ksync ./cmd/ksync/main.go
+ CGO_ENABLED=1 go build -mod=readonly -ldflags="-linkmode=external" -o ./build/ksync ./cmd/ksync/main.go
9
10
11
### Tests ###
0 commit comments