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 bbfbe71 commit 55e6357Copy full SHA for 55e6357
Makefile
@@ -2,6 +2,6 @@ DEFAULT_VERSION=0.1.0-local
2
VERSION := $(or $(VERSION),$(DEFAULT_VERSION))
3
4
cmd:
5
- cd server && CGO_ENABLED=1 go build -ldflags "-w -X main.Version=$(VERSION)" -o '../build/server'
+ cd server && go build -ldflags "-w -X main.Version=$(VERSION)" -o '../build/server'
6
clean:
7
rm -rf build
0 commit comments