Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 757 Bytes

linker-tools-error-lnk1264.md

File metadata and controls

15 lines (12 loc) · 757 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Linker Tools Error LNK1264
Linker Tools Error LNK1264
11/04/2016
LNK1264
LNK1264
23b1aad7-d382-42c1-bae8-db68575c57a8

Linker Tools Error LNK1264

/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.