Skip to content

Commit b0c42d2

Browse files
committed
Add binary strip
1 parent 4618821 commit b0c42d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/nash/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ endif
1313
build:
1414
@echo "building nash version: "$(VERSION)
1515
GO15VENDOREXPERIMENT=1 go build $(BUILDARGS)
16+
strip -s ./nash
1617
install:
1718
GO15VENDOREXPERIMENT=1 go install $(BUILDARGS)

0 commit comments

Comments
 (0)