Building LDC for the first time

Joakim via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Tue Aug 26 05:07:57 PDT 2014


On Tuesday, 26 August 2014 at 08:06:40 UTC, Daniel N wrote:
> PS Is there a switch to print the built-in versions? I couldn't 
> find it.
If you just want a list of all of them, it's in dmd2/cond.c:

https://github.com/ldc-developers/ldc/blob/master/dmd2/cond.c#L153

If you want to know what's currently enabled for any particular 
invocation of the compiler, add the -v flag and it'll show them 
at the top.


More information about the digitalmars-d-ldc mailing list