Linking of our tests is slow. We link ~400 packages every time which takes ~4s.
Most of the packages come from vendor directory, which changes rarely. It would be awesome to pre-link them into static library and use that (cached) library to speed up linking process.
Not that shared library is not available on Mac's, which is an issue in our case.