blob: cb2a4dc10c04d98056e852c6209f3acf6aef7179 [file] [log] [blame]
#!/bin/bash
# Invoke the Go compiler for localhost.
GOOS="linux" GOARCH="amd64" CGO_ENABLED="1" \
CC="clang" \
CXX="clang++" \
exec go "$@"