Building is slow!

rjframe dlang at ryanjframe.com
Sat Dec 2 03:08:10 UTC 2017


On Sat, 02 Dec 2017 00:24:12 +0000, Ivan Trombley wrote:

> When DUB bulds the gtk-d library, it takes a long time. This is mostly
> because it's only using one processor. It hasn't been such a big deal on
> Linux but I'm building my app on Windows right now and it been building
> gtk-d for the last half hour! Is there any way to make DUB use more
> processors?

There is a --parallel flag: `dub build --parallel`.

The help string says it "Runs multiple compiler instances in parallel, if 
possible."


More information about the Digitalmars-d mailing list