LinkTimeCodeGenerationOption Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Corresponds to the Link Time Code Generation command line options.
public enum class LinkTimeCodeGenerationOption
public enum class LinkTimeCodeGenerationOption
enum LinkTimeCodeGenerationOption
public enum LinkTimeCodeGenerationOption
type LinkTimeCodeGenerationOption =
Public Enum LinkTimeCodeGenerationOption
- Inheritance
-
LinkTimeCodeGenerationOption
Fields
Name | Value | Description |
---|---|---|
LinkTimeCodeGenerationOptionDefault | 0 | Corresponds to the LTCGoption currently set in the project. |
LinkTimeCodeGenerationOptionUse | 1 | Corresponds to /LTCG. |
LinkTimeCodeGenerationOptionInstrument | 2 | Corresponds to the /LTCG:PGINSTRUMENT option. |
LinkTimeCodeGenerationOptionOptimize | 3 | Corresponds to the /LTCG:PGOPTIMIZE option. |
LinkTimeCodeGenerationOptionUpdate | 4 | Corresponds to the /LTCG:PGUPDATE option. |