Skip to content

Commit d6e1475

Browse files
committed
stripe-mock: update go build
Signed-off-by: Rui Chen <[email protected]>
1 parent ca52013 commit d6e1475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/s/stripe-mock.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class StripeMock < Formula
1717
depends_on "go" => :build
1818

1919
def install
20-
system "go", "build", *std_go_args(ldflags: "-X main.version=#{version}")
20+
system "go", "build", *std_go_args(ldflags: "-s -w -X main.version=#{version}")
2121
end
2222

2323
service do

0 commit comments

Comments
 (0)