diff --git a/tool/gocross/autoflags.go b/tool/gocross/autoflags.go index 10c977b32..7d133de01 100644 --- a/tool/gocross/autoflags.go +++ b/tool/gocross/autoflags.go @@ -96,6 +96,7 @@ func autoflagsForTest(argv []string, env *Environment, goroot, nativeGOOS, nativ cgo = true buildFlags = append(buildFlags, "-buildmode=c-shared") ldflags = append(ldflags, "-H", "windows", "-s") + cgoLdflags = append(cgoLdflags, "-static") var mingwArch string switch targetArch { case "amd64":