aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/go.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rosa/go.go')
-rw-r--r--internal/rosa/go.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/rosa/go.go b/internal/rosa/go.go
index d1dca758..f9d5b9b2 100644
--- a/internal/rosa/go.go
+++ b/internal/rosa/go.go
@@ -51,7 +51,6 @@ func (t Toolchain) newGo(
"CC=cc",
"GOCACHE=/tmp/gocache",
"GOROOT_BOOTSTRAP=/system/go",
- "CGO_" + ldflags(false) + " -O2 -g",
}, env), `
mkdir /work/system
cp -r /usr/src/go /work/system