On Monday, 7 March 2016 at 09:22:16 UTC, Daniel Kozak wrote:
maybe: dub build --nodeps
Dne 7.3.2016 v 10:18 ciechowoj via Digitalmars-d-learn
napsal(a):
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've tried that one already - it makes no difference.
Currently when I run `dub test` it takes about 9s (project is
already built). When running the executable directly takes only
0.2s :/.