[Issue 14188] Add gcc-equivalent -MD options to dmd

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Feb 17 06:16:35 PST 2015


https://issues.dlang.org/show_bug.cgi?id=14188

--- Comment #2 from Atila Neves <atila.neves at gmail.com> ---
Huh, so it does, I just tried it out. However:

1. It has too much information, it turns out. The gcc equivalent just churns
out foo.o: foo.c foo.h bar.h ...
rdmd includes the compiler, the .conf file and transitive dependencies.

2. It requires rdmd to be installed. Which it probably is, but...

--


More information about the Digitalmars-d-bugs mailing list