aboutsummaryrefslogtreecommitdiff
path: root/go/go_local
diff options
context:
space:
mode:
Diffstat (limited to 'go/go_local')
-rwxr-xr-xgo/go_local4
1 files changed, 2 insertions, 2 deletions
diff --git a/go/go_local b/go/go_local
index 92954ef8..cb2a4dc1 100755
--- a/go/go_local
+++ b/go/go_local
@@ -3,6 +3,6 @@
# Invoke the Go compiler for localhost.
GOOS="linux" GOARCH="amd64" CGO_ENABLED="1" \
- CC="gcc" \
- CXX="g++" \
+ CC="clang" \
+ CXX="clang++" \
exec go "$@"