diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-01-23 02:41:35 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-01-24 11:22:25 +0900 |
| commit | f6eaf76ec9d342ee1cef1590623dec390318801f (patch) | |
| tree | 8695e393d1ca795f6fc574a8de8d7a6794a789ba /internal/rosa/go.go | |
| parent | 5c127a70350c19c99bca388c94a4518d885c3ac3 (diff) | |
internal/rosa: patch library paths
This removes the need for reference LDFLAGS in the standard toolchain.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/go.go')
| -rw-r--r-- | internal/rosa/go.go | 1 |
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 |
