We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8ef0877 + f3852b7 commit a29e66dCopy full SHA for a29e66d
1 file changed
Makefile
@@ -3,7 +3,7 @@
3
PLATFORMS = linux darwin
4
ARCHITECTURES = amd64 arm64
5
VERSION := $(shell git describe --tags --always)
6
-LDFLAGS := -ldflags "-X 'github.com/basecamp/once/internal/version.Version=$(VERSION)'"
+LDFLAGS := -ldflags "-s -w -X 'github.com/basecamp/once/internal/version.Version=$(VERSION)'"
7
8
TEST_RELEASE_TAG = v0.0.1-test
9
0 commit comments