go
go copied to clipboard
cmd/go: `go install -buildmode=c-shared std` does nothing
Should it? The similar command go install -buildmode=shared std works.
cc @ianlancetaylor
What do you think it should do?
It could either exit with an error, or build the standard library with the relevant codegen args the go tool uses with -buildmode=c-shared. Silently doing nothing is odd.
CL https://golang.org/cl/16928 mentions this issue.