#pragma comment (lib, ...)
David Nadlinger
see at klickverbot.at
Thu Oct 11 08:29:37 PDT 2012
On Thursday, 11 October 2012 at 15:18:07 UTC, Iain Buclaw wrote:
> Does LDC only build one executable?
What do you mean by "only one executable" – only one object
file? If the latter, then the answer depends on whether you pass
the -singleobj switch at compile time. If it is specified, all
the LLVM modules which would be codegen'd as separate object
files are linked together internally before emitting them, if
not, individual object files are generated.
David
More information about the Digitalmars-d
mailing list