Skip to content

Commit 8cd134d

Browse files
author
gitopia1c2zfrmhra3spfrc2m5ft64hef30guf60lvtcm3
committed
Merge pull request #18 from git-remote-gitopia/cvsmallerbin
2 parents f340f63 + 84df210 commit 8cd134d

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)