dmd -c behaviour doesn't take account of packages.
Sönke Ludwig
ludwig_nospam at informatik.uni-luebeck.de
Thu Feb 23 00:35:29 PST 2012
Am 23.02.2012 00:03, schrieb Jonathan M Davis:
> On Wednesday, February 22, 2012 23:50:53 Bernard Helyer wrote:
>> Except DMD is faster by a factor of 10 when passing it all at
>> once.
>
> Then maybe there _should_ be a flag to tell it to use/generate the appropriate
> directory structure. You already typically give it an output directory. It
> wouldn't be all that hard for it to then generate and use the correct
> directories in that directory. That still bugs me a little, because that's
> more of a build tool's job, but it wouldn't be hard to do, would fix the file
> conflicts across modules, and would let you keep that extra speed.
>
> - Jonathan M Davis
Am I not seeing something obvious in this discussion, or is there
something that "dmd -op -c ..." or "dmd -odobj -op -c ..." would do wrong?
More information about the Digitalmars-d
mailing list