Does dmd's -i "include imported modules in the compilation" switch generate object files?

Ali Çehreli acehreli at yahoo.com
Tue Nov 3 18:42:55 UTC 2020


-i is a useful feature:

   https://dlang.org/dmd-linux.html

Does dmd compile auto-included files separately? Does it generate 
temporary object files? If so, where does it write the files? Would -i 
cause race conditions on the file system?

Thank you,
Ali


More information about the Digitalmars-d-learn mailing list