]> Cypherpunks repositories - gostls13.git/commit
cmd/go: start support for -linkshared
authorMichael Hudson-Doyle <michael.hudson@canonical.com>
Wed, 1 Apr 2015 02:53:52 +0000 (15:53 +1300)
committerIan Lance Taylor <iant@golang.org>
Sat, 11 Apr 2015 17:19:00 +0000 (17:19 +0000)
commit09fb56dc7d8230db521816e75fcff0f77241de0e
treef2d99fb10c4ea4fc732d81e410596bfad368de69
parentc3ddb970223cd7c8fa86a4ada31f6e00ebde71da
cmd/go: start support for -linkshared

This will fruitlessly rebuild stale packages that are in a shared
library.

Change-Id: I66a6e1adf7818558e7d1351ab215a5021b4a8a6b
Reviewed-on: https://go-review.googlesource.com/8333
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/go/build.go
src/cmd/go/doc.go
src/cmd/go/test.go
src/cmd/go/testflag.go