Building a large project in Visual Studio 2005, I am getting an error in incremental linking:
LINK : fatal error LNK1210: exceeded internal ILK size limit; link with /INCREMENTAL:NO
Do you know of any options other than avoiding incremental linking? In particular, are there practices that will reduce the size of the internal ILK data?
Try to add /LTCG flag to the linker
/LTCG is not valid for use with /INCREMENTAL according to MSDN.
http://msdn.microsoft.com/en-us/library/xbf3tbeh(v=vs.80).aspx
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With