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.
2 parents 4b271ea + ad26173 commit 6e925efCopy full SHA for 6e925ef
Makefile
@@ -17,6 +17,7 @@ PACKAGE := github.com/runfinch/finch-daemon
17
VERSION := $(shell git describe --match 'v[0-9]*' --dirty='.modified' --always --tags)
18
GITCOMMIT := $(shell git rev-parse HEAD)$(shell if ! git diff --no-ext-diff --quiet --exit-code; then echo .m; fi)
19
20
+
21
ifndef GODEBUG
22
EXTRA_LDFLAGS += -s -w
23
endif
0 commit comments