1
0
mirror of https://github.com/umputun/reproxy.git synced 2025-11-29 22:08:14 +02:00

add missing -s -w to make build

This commit is contained in:
Umputun
2021-04-10 14:46:18 -05:00
parent be20b0b636
commit b9a0372fc7

View File

@@ -18,7 +18,7 @@ race_test:
cd app && go test -race -mod=vendor -timeout=60s -count 1 ./...
build: info
- cd app && GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -ldflags "-X main.revision=$(REV)" -o ../dist/reproxy
- cd app && GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -ldflags "-X main.revision=$(REV) -s -w" -o ../dist/reproxy
info:
- @echo "revision $(REV)"