diff options
Diffstat (limited to 'extra/go/build')
-rwxr-xr-x | extra/go/build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/go/build b/extra/go/build index e5cf6f17..35689e51 100755 --- a/extra/go/build +++ b/extra/go/build @@ -4,6 +4,7 @@ # This breaks Go. :> nostrip +export CC="${CC:-cc}" export GOARCH=amd64 export GO_LDFLAGS="-w -s" |