On the performance of building D programs

Andrej Mitrovic andrej.mitrovich at gmail.com
Sun Apr 7 05:18:29 PDT 2013


On 4/7/13, Andrei Alexandrescu <SeeWebsiteForEmail at erdani.org> wrote:
>> 1. Invoke DMD to build recursively, and simultaneously fetch the
>> dependencies to RDMD which will store the dependencies to a file:
>>
>> $ dmd -rb main.d -v

One thing I forgot to add were the -c and -op flags to make DMD
actually generate separate object files, with paths to avoid
conflicts.


More information about the Digitalmars-d mailing list