Skip to content

Commit

Permalink
scc: update go build
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed Dec 4, 2024
1 parent bf76423 commit 6e3ca57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/s/scc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Scc < Formula
depends_on "go" => :build

def install
system "go", "build", *std_go_args
system "go", "build", *std_go_args(ldflags: "-s -w")
end

test do
Expand Down

0 comments on commit 6e3ca57

Please sign in to comment.