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 6cbef93 commit d8a426dCopy full SHA for d8a426d
Makefile
@@ -1,7 +1,7 @@
1
VERSION = 0.0.1
2
BUILD ?=$(shell git rev-parse --short HEAD)
3
PKG ?=github.com/commitdev/zero
4
-BUILD_ARGS=-v -ldflags=all="-X ${PKG}/cmd.appVersion=${VERSION} -X ${PKG}/cmd.appBuild=${BUILD}"
+BUILD_ARGS=-v -trimpath -ldflags=all="-X ${PKG}/cmd.appVersion=${VERSION} -X ${PKG}/cmd.appBuild=${BUILD}"
5
6
deps:
7
go mod download
0 commit comments