We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0c42d2 commit d0ba359Copy full SHA for d0ba359
1 file changed
cmd/nash/Makefile
@@ -13,6 +13,6 @@ endif
13
build:
14
@echo "building nash version: "$(VERSION)
15
GO15VENDOREXPERIMENT=1 go build $(BUILDARGS)
16
- strip -s ./nash
+
17
install:
18
GO15VENDOREXPERIMENT=1 go install $(BUILDARGS)
0 commit comments