DUB build questions

Dicebot via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Dec 19 21:46:30 PST 2014


On Saturday, 20 December 2014 at 04:15:00 UTC, Rikki Cattermole 
wrote:
>> b) Can I do parallel builds with dub. CMake gives me Makefiles 
>> so I can
>> make -j does dub have a similar option?
>
> No

Worth noting that it is not actually a dub problem as much, it is 
simply not worth adding parallel builds because separate 
compilation is much much slower with existing D front-end 
implementation and even doing it in parallel is sub-optimal 
compared to "dump-it-all-at-once".


More information about the Digitalmars-d-learn mailing list