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 f340f63 + 84df210 commit 8cd134dCopy full SHA for 8cd134d
Makefile
@@ -27,7 +27,7 @@ endif
27
28
build_tags += $(BUILD_TAGS)
29
build_tags := $(strip $(build_tags))
30
-BUILD_FLAGS := -tags "$(build_tags) $(GITOPIA_ENV)"
+BUILD_FLAGS := -tags "$(build_tags) $(GITOPIA_ENV)" -ldflags="-s -w"
31
32
appname := git-remote-gitopia
33
version := $(shell echo $(shell git describe --tags) | sed 's/^v//')
0 commit comments