VCLibrarianTool::LinkTimeCodeGeneration Property

 

Gets or sets a value indicating whether link time code generation of objects compiled with /GL (Whole Program Optimization).

Namespace:   Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

property bool LinkTimeCodeGeneration {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true 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.

Return to top
Show: