VS2013 with LDC setup

Johan Engelen via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Sat May 30 10:14:48 PDT 2015


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.


More information about the digitalmars-d-ldc mailing list