DMD: How to compile executable without producing .obj file?

Kagamin spam at here.lot
Thu Nov 9 13:56:06 UTC 2023


The .exe is produced by the linker, which works with files: it 
takes one or more .obj files with program code and links them 
into and .exe file. I heard ldc has builtin linker or something 
like that, so hypothetically might be able to link on the fly.


More information about the Digitalmars-d-learn mailing list