I've got a project which relies on Vibe.d as well as a few other dependencies, and I've noticed that compilation time is really, really slow now. Passing -v to dub has shown that Dub is compiling all of the project and it's dependencies' files at the same time.

Is there a way to get Dub to compile Vibe.d into vibe-d.lib, then link with that when I compile my own application, instead of building an unchanged Vibe.d each time?

Thanks,
--Dylan