Skip to content

Commit 812b8b6

Browse files
committed
storj-uplink: update go build
Signed-off-by: Rui Chen <[email protected]>
1 parent ca52013 commit 812b8b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/s/storj-uplink.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class StorjUplink < Formula
2929
depends_on "go" => :build
3030

3131
def install
32-
system "go", "build", *std_go_args(output: bin/"uplink"), "./cmd/uplink"
32+
system "go", "build", *std_go_args(ldflags: "-s -w", output: bin/"uplink"), "./cmd/uplink"
3333
end
3434

3535
test do

0 commit comments

Comments
 (0)