We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdc4bdc commit 49af47eCopy full SHA for 49af47e
cmd/nash/Makefile
@@ -1,7 +1,7 @@
1
all: build install
2
3
VERSION=$(shell git rev-parse --abbrev-ref HEAD)
4
-BUILDARGS = -ldflags "-linkmode external -extldflags -static -X main.VersionString=$(VERSION)" -v
+BUILDARGS = -installsuffix netgo -ldflags "-linkmode external -extldflags -static -X main.VersionString=$(VERSION)" -v
5
6
build:
7
GO15VENDOREXPERIMENT=1 go build $(BUILDARGS)
0 commit comments