Skip to content
Snippets Groups Projects
Unverified Commit d1bd48d0 authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

Merge pull request #6938 from dawidd6/std_go_args

formula: add std_go_args
parents 2779603f b9be9bb7
No related branches found
No related tags found
No related merge requests found
......@@ -1338,6 +1338,11 @@ class Formula
args
end
# Standard parameters for Go builds.
def std_go_args
["-trimpath", "-o", bin/name]
end
# an array of all core {Formula} names
# @private
def self.core_names
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment