Skip to content

Commit d5d96fa

Browse files
author
mikeblome
committed
fixed link
1 parent 9cc472e commit d5d96fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build/reference/running-lib.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ For more information about /ERRORREPORT, see [/errorReport (Report Internal Comp
5050
> **/LTCG**
5151
5252
"LTCG" stands for *link-time code generation* which enables build optimizations and requires cooperation between the compiler ([cl.exe](compiler-options.md)), LIB, and the linker ([LINK](linker-options.md)). Use this option to tell LIB that the inputs from cl.exe include object files that were generated by using the [/GL](gl-whole-program-optimization.md) compiler option. (If LIB.exe encounters such inputs and /LTCG is not specified, it will restart with /LTCG enabled after displaying an informational message.)
53-
In the build process, the output from LIB is sent to LINK, which has its own separate /LTCG option which is used to perform various optimizations include whole-program optimization, and profile-guided optimization (PGO) instrumentation. (See [/LTCG](ltcg-link-time-code-generation) for more information about the LINK option.)
53+
In the build process, the output from LIB is sent to LINK, which has its own separate /LTCG option which is used to perform various optimizations include whole-program optimization, and profile-guided optimization (PGO) instrumentation. (See [/LTCG](ltcg-link-time-code-generation.md) for more information about the LINK option.)
5454

5555
> **/MACHINE**
5656

0 commit comments

Comments
 (0)