LinkTimeCodeGenerationOption Enumeration
Visual Studio 2015
Corresponds to the Link Time Code Generation command line options.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
| Member name | Description | |
|---|---|---|
| LinkTimeCodeGenerationOptionDefault | Corresponds to the LTCGoption currently set in the project. | |
| LinkTimeCodeGenerationOptionInstrument | Corresponds to the /LTCG:PGINSTRUMENT option. | |
| LinkTimeCodeGenerationOptionOptimize | Corresponds to the /LTCG:PGOPTIMIZE option. | |
| LinkTimeCodeGenerationOptionUpdate | Corresponds to the /LTCG:PGUPDATE option. | |
| LinkTimeCodeGenerationOptionUse | Corresponds to /LTCG. |
Show: