aboutsummaryrefslogtreecommitdiff
path: root/extra/go/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-02-27 17:54:56 +0300
committerCem Keylan <cem@ckyln.com>2020-02-27 17:54:56 +0300
commitf40de773d705407ba018e50e9d3289d9acf5b582 (patch)
tree6c8538df831f3675f388de4faa7ad7b77b7d8cae /extra/go/build
parent870b23d81245900e43150101afbbf0d76565c3d3 (diff)
downloadrepository-f40de773d705407ba018e50e9d3289d9acf5b582.tar.gz
go: bump to 1.14
Diffstat (limited to 'extra/go/build')
-rwxr-xr-xextra/go/build1
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"