diff options
author | Cem Keylan <cem@ckyln.com> | 2020-02-27 17:54:56 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-02-27 17:54:56 +0300 |
commit | f40de773d705407ba018e50e9d3289d9acf5b582 (patch) | |
tree | 6c8538df831f3675f388de4faa7ad7b77b7d8cae /extra/go/build | |
parent | 870b23d81245900e43150101afbbf0d76565c3d3 (diff) | |
download | repository-f40de773d705407ba018e50e9d3289d9acf5b582.tar.gz |
go: bump to 1.14
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" |