D Language Specification

Seb seb at wilzba.ch
Tue May 14 18:26:15 UTC 2019


On Tuesday, 14 May 2019 at 17:10:13 UTC, Andrei Alexandrescu 
wrote:
> On 5/14/19 11:35 AM, Dibyendu Majumdar wrote:
>> On Tuesday, 14 May 2019 at 07:47:36 UTC, Bastiaan Veelo wrote:
>>>[...]
>> 
>> I tried the workflow suggested above. Unfortunately it takes 
>> very long for the build (why?),  so it is not very practical 
>> to work this way.
>
> What I do is just build the "html" target while iterating.

Yep, you can even add a bit of parallelization to make it faster:

$ cd ~/dlang/dlang.org
$ make -f posix.mak html -j20


More information about the Digitalmars-d mailing list