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 4df92d1 commit 3e83c06Copy full SHA for 3e83c06
Makefile
@@ -105,7 +105,7 @@ geth-linux-amd64:
105
@ls -ld $(GOBIN)/geth-linux-* | grep amd64
106
107
geth-linux-amd64-static:
108
- $(GORUN) build/ci.go xgo -- --go=$(GO) --targets=linux/amd64 --ldflags '-extldflags "-static"' -v ./cmd/geth
+ $(GORUN) build/ci.go xgo -- --go=$(GO) --targets=linux/amd64 --ldflags '-s -w -extldflags "-static"' -v ./cmd/geth
109
@echo "Linux amd64 cross compilation done:"
110
111
0 commit comments