We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8beb921 commit 68af548Copy full SHA for 68af548
1 file changed
Makefile
@@ -2,7 +2,7 @@ VERSION ?= $(shell git describe --tags --always --dirty 2>/dev/null || echo dev
2
COMMIT ?= $(shell git rev-parse --short HEAD 2>/dev/null || echo unknown)
3
DATE ?= $(shell date -u +%Y-%m-%dT%H:%M:%SZ)
4
PKG = github.com/tae2089/code-context-graph/cmd/ccg
5
-LDFLAGS = -X main.version=$(VERSION) -X main.commit=$(COMMIT) -X main.date=$(DATE)
+LDFLAGS = -s -w -X main.version=$(VERSION) -X main.commit=$(COMMIT) -X main.date=$(DATE)
6
7
.PHONY: build install test test-integration-helpers clean
8
0 commit comments