You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmd/go: Don't prefer external linking when using bazel
The -fdebug-prefix-map= option is passed by bazelbuild/rules_go
when building cgo code. This option impacts the generation of the
debug symbols but has no effect on linking. Add it to the allow-list
to not prefer external linking.
Fixes: #60865
0 commit comments