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
Builds are becoming relatively slow. Using go version go1.5.1 darwin/amd64, my build (presumably mostly link) time is:
real 0m2.879s
user 0m3.584s
sys 0m0.461s
For a very modest program. Building with -x shows that compile, and link are running only for the main package, which contains no fancy build directives.
I'm not sure how else to report this, but it is a concern that build times are inflating version over version.
The text was updated successfully, but these errors were encountered:
Builds are becoming relatively slow. Using go version go1.5.1 darwin/amd64, my build (presumably mostly link) time is:
real 0m2.879s
user 0m3.584s
sys 0m0.461s
For a very modest program. Building with -x shows that compile, and link are running only for the main package, which contains no fancy build directives.
I'm not sure how else to report this, but it is a concern that build times are inflating version over version.
The text was updated successfully, but these errors were encountered: