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 8888610 commit 2158253Copy full SHA for 2158253
Makefile
@@ -20,10 +20,10 @@ vet:
20
go vet ./...
21
22
frps:
23
- env CGO_ENABLED=0 go build -trimpath -ldflags "$(LDFLAGS)" -o bin/frps ./cmd/frps
+ env CGO_ENABLED=0 go build -buildvcs=false -trimpath -ldflags "$(LDFLAGS)" -o bin/frps ./cmd/frps
24
25
frpc:
26
- env CGO_ENABLED=0 go build -trimpath -ldflags "$(LDFLAGS)" -o bin/frpc ./cmd/frpc
+ env CGO_ENABLED=0 go build -buildvcs=false -trimpath -ldflags "$(LDFLAGS)" -o bin/frpc ./cmd/frpc
27
28
test: gotest
29
0 commit comments