Skip to content

Commit 061f422

Browse files
committed
reduce the size of blobfuse-proxy binary
1 parent 0646714 commit 061f422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ clean-proto:
163163

164164
.PHONY: blobfuse-proxy
165165
blobfuse-proxy:
166-
CGO_ENABLED=0 GOOS=linux go build -mod vendor -o _output/blobfuse-proxy ./pkg/blobfuse-proxy
166+
CGO_ENABLED=0 GOOS=linux go build -mod vendor -ldflags="-s -w" -o _output/blobfuse-proxy ./pkg/blobfuse-proxy
167167

168168
.PHONY: blobfuse-proxy-container
169169
blobfuse-proxy-container:

0 commit comments

Comments
 (0)