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
We're not going to add explicit support for this; instead, we'll make builds like this
one invoke gcc to do the final link. You can try the work in progress at tip by using
go build -ldflags '-w -hostobj' your/binary
There won't be any dwarf information in the binary - that doesn't work yet. And
eventually the go command will set this mode automatically for you.
All this is being tracked as issue #4069.
The text was updated successfully, but these errors were encountered: