Skip to content

Commit

Permalink
Merge pull request #2509 from pranavk/patch-1
Browse files Browse the repository at this point in the history
fix link
  • Loading branch information
Colin Robertson committed Oct 1, 2020
2 parents aed7560 + a83ae33 commit 29df5d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build/reference/ltcg-link-time-code-generation.md
Expand Up @@ -30,7 +30,7 @@ These options are deprecated starting in Visual Studio 2015:
(Optional) Disables link-time code generation. This behavior is the same as when **`/LTCG`** isn't specified on the command line.

**`PGINSTRUMENT`**<br/>
(Optional) This option is deprecated starting in Visual Studio 2015. Instead, use **`/LTCG`** and `[/GENPROFILE` or `/FASTGENPROFILE`](genprofile-fastgenprofile-generate-profiling-instrumented-build.md) to generate an instrumented build for profile-guided optimization. The data that is collected from instrumented runs is used to create an optimized image. For more information, see [Profile-Guided Optimizations](../profile-guided-optimizations.md). The short form of this option is **`/LTCG:PGI`**.
(Optional) This option is deprecated starting in Visual Studio 2015. Instead, use **`/LTCG`** and [`/GENPROFILE` or `/FASTGENPROFILE`](genprofile-fastgenprofile-generate-profiling-instrumented-build.md) to generate an instrumented build for profile-guided optimization. The data that is collected from instrumented runs is used to create an optimized image. For more information, see [Profile-Guided Optimizations](../profile-guided-optimizations.md). The short form of this option is **`/LTCG:PGI`**.

**`PGOPTIMIZE`**<br/>
(Optional) This option is deprecated starting in Visual Studio 2015. Instead, use **`/LTCG`** and [`/USEPROFILE`](useprofile.md) to build an optimized image. For more information, see [Profile-Guided Optimizations](../profile-guided-optimizations.md). The short form of this option is **`/LTCG:PGO`**.
Expand Down

0 comments on commit 29df5d9

Please sign in to comment.