On Saturday, 30 May 2015 at 16:29:56 UTC, Ronnie wrote: > ConsoleApp1.obj : error LNK2017: 'ADDR32' relocation to > '.debug_info' invalid without /LARGEADDRESSAWARE:NO To 'fix' that linker error, you have to add "-L/LARGEADDRESSAWARE:NO" to the LDC cmdline for debug builds. I have it added to ldc2.conf.