https://issues.dlang.org/show_bug.cgi?id=13517
--- Comment #8 from Andrei Alexandrescu <[email protected]> --- (In reply to Walter Bright from comment #6) > The generated object file isn't compared against the existing one, why > should other generated files? It seems strange to me to make the .di > generation special in this way. Thanks for asking. The difference here is that only the linked binary depends on the .o file, whereas a lot more build artifacts depend on the .di file. --
