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 06b9abbCopy full SHA for 06b9abb
Formula/s/staticcheck.rb
@@ -19,7 +19,7 @@ class Staticcheck < Formula
19
depends_on "go"
20
21
def install
22
- system "go", "build", *std_go_args, "./cmd/staticcheck"
+ system "go", "build", *std_go_args(ldflags: "-s -w"), "./cmd/staticcheck"
23
end
24
25
test do
0 commit comments