[Issue 18641] VisualD - First 5 minutes - Improve experience adding .d files to existing C++ projects

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Apr 25 06:58:55 UTC 2018


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

--- Comment #5 from Rainer Schuetze <r.sagitario at gmx.de> ---
(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".

--


More information about the Digitalmars-d-bugs mailing list