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 ca52013 commit 812b8b6Copy full SHA for 812b8b6
Formula/s/storj-uplink.rb
@@ -29,7 +29,7 @@ class StorjUplink < Formula
29
depends_on "go" => :build
30
31
def install
32
- system "go", "build", *std_go_args(output: bin/"uplink"), "./cmd/uplink"
+ system "go", "build", *std_go_args(ldflags: "-s -w", output: bin/"uplink"), "./cmd/uplink"
33
end
34
35
test do
0 commit comments