Speed up `dub`.

Jacob Carlborg via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue May 24 00:00:35 PDT 2016


On 2016-03-07 10:18, ciechowoj wrote:
> I'm using `dub` to build project. And every time I run `dub` it seems to
> check if dependencies are up to date, which takes some time. Is there a
> way to switch of that checking? Or any other way to speed up building
> process? It really slows down my modify-compile-check iteration time.

I think that by default Dub should not check dependencies. There should 
be an explicit command to install the dependencies.

-- 
/Jacob Carlborg


More information about the Digitalmars-d-learn mailing list