mirror of
https://github.com/wader/fq.git
synced 2024-11-22 15:45:45 +03:00
make: Build with -s -w same as goreleaser
This commit is contained in:
parent
90c19c6cc1
commit
052b9c07f3
2
Makefile
2
Makefile
@ -3,7 +3,7 @@ all: test
|
||||
.PHONY: fq
|
||||
fq: VERSION=$(shell git describe --all --long --dirty 2>/dev/null || echo nogit)
|
||||
fq:
|
||||
CGO_ENABLED=0 go build -ldflags "-X main.version=${VERSION}" -trimpath -o fq .
|
||||
CGO_ENABLED=0 go build -ldflags "-s -w -X main.version=${VERSION}" -trimpath -o fq .
|
||||
|
||||
.PHONY: test
|
||||
# figure out all go pakges with test files
|
||||
|
Loading…
Reference in New Issue
Block a user