Skip to content

Commit b760797

Browse files
author
mikeblome
committed
updates per product team
1 parent 64e769d commit b760797

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
@@ -49,7 +49,7 @@ For more information about /ERRORREPORT, see [/errorReport (Report Internal Comp
4949

5050
> **/LTCG**
5151
52-
Causes the library to include a list of all public symbols, which can be viewed by running **dumpbin /linkermember**. Note that LIB.exe does not support [/LTCG](../../build/reference/ltcg-link-time-code-generation.md) options such as /LTCG:PGI, /LTCG:PGO, and so on.
52+
Use this option to tell LIB.exe that the inputs include object files that were generated with link-time code generation enabled (cl.exe /GL). If LIB.exe encounters such inputs and /LTCG is not specified, it will restart after displaying this message: *LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance*. Note that the /LTCG option here is not the same as the /LTCG linker option.
5353

5454
> **/MACHINE**
5555

0 commit comments

Comments
 (0)