Skip to content

Commit d0ba359

Browse files
committed
Remove strip build
1 parent b0c42d2 commit d0ba359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cmd/nash/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ endif
1313
build:
1414
@echo "building nash version: "$(VERSION)
1515
GO15VENDOREXPERIMENT=1 go build $(BUILDARGS)
16-
strip -s ./nash
16+
1717
install:
1818
GO15VENDOREXPERIMENT=1 go install $(BUILDARGS)

0 commit comments

Comments
 (0)