description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | ||
---|---|---|---|---|---|---|---|
Learn more about: Linker Tools Error LNK1264 |
Linker Tools Error LNK1264 |
11/04/2016 |
|
|
23b1aad7-d382-42c1-bae8-db68575c57a8 |
/LTCG:PGINSTRUMENT specified but no code generation required; instrumentation failed
/LTCG:PGINSTRUMENT was specified but no .obj files were found that were compiled with /GL. Instrumentation cannot take place and the link failed. There must be at least one .obj file on the command line that is compiled with /GL so that the instrumentation can occur.
Profile guided optimization (PGO) is only available in 64-bit compilers.