You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/build/reference/running-lib.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ For more information about /ERRORREPORT, see [/errorReport (Report Internal Comp
49
49
50
50
> **/LTCG**
51
51
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.
0 commit comments