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 3dff627 commit 1ffa2f0Copy full SHA for 1ffa2f0
Makefile
@@ -37,7 +37,7 @@ README.md: $(EMBEDMD) tmp/help.txt
37
$(EMBEDMD) -w README.md
38
39
token-refresher: vendor main.go $(wildcard *.go) $(wildcard */*.go)
40
- CGO_ENABLED=0 GOEXPERIMENT=boringcrypto GOOS=$(OS) GOARCH=$(GOARCH) GO111MODULE=on GOPROXY=https://proxy.golang.org go build -mod vendor -a -ldflags '-s -w' -o $@ .
+ CGO_ENABLED=1 GOEXPERIMENT=boringcrypto GOOS=$(OS) GOARCH=$(GOARCH) GO111MODULE=on GOPROXY=https://proxy.golang.org go build -mod vendor -a -ldflags '-s -w' -o $@ .
41
42
.PHONY: build
43
build: token-refresher
0 commit comments