https://issues.dlang.org/show_bug.cgi?id=18641
--- Comment #5 from Rainer Schuetze <[email protected]> --- (In reply to Manu from comment #4) > I don't understand what you mean by "each C++ file produces one .obj file" > but D is different? The D compiler just emits as many .obj files as compiler > invocations... why are there many more than that? That happens if you are building a library to allow filtering out functions that are never called. You can see these object files on disk when compiling with "-c -multiobj". --
