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 790a7ee commit f955a27Copy full SHA for f955a27
Makefile
@@ -17,4 +17,4 @@ embed: $(CHAT_SOURCES_STAMP)
17
18
.PHONY: build
19
build: embed
20
- go build -o ${BINPATH} main.go
+ CGO_ENABLED=0 go build -o ${BINPATH} main.go
0 commit comments