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 f340f63 commit 84df210Copy full SHA for 84df210
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