Skip to content

Commit 84df210

Browse files
committed
CV Reduce Binary Zip Size by 33-37MB
1 parent f340f63 commit 84df210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ endif
2727

2828
build_tags += $(BUILD_TAGS)
2929
build_tags := $(strip $(build_tags))
30-
BUILD_FLAGS := -tags "$(build_tags) $(GITOPIA_ENV)"
30+
BUILD_FLAGS := -tags "$(build_tags) $(GITOPIA_ENV)" -ldflags="-s -w"
3131

3232
appname := git-remote-gitopia
3333
version := $(shell echo $(shell git describe --tags) | sed 's/^v//')

0 commit comments

Comments
 (0)