VCLibrarianTool::LinkTimeCodeGeneration Property
Visual Studio 2015
Gets or sets a value indicating whether link time code generation of objects compiled with /GL (Whole Program Optimization).
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Property Value
Type: System::Booleantrue if link time code generation of objects compiled with /GL (Whole Program Optimization); otherwise, false.
LinkTimeCodeGeneration exposes the functionality of the /LTCG (Link-time Code Generation) linker option.
Show: