description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | ||
---|---|---|---|---|---|---|---|
Learn more about: Compiler Warning (level 1) C4650 |
Compiler Warning (level 1) C4650 |
11/04/2016 |
|
|
3190b3e3-dcd6-4846-939b-f900ab652b2a |
debugging information not in precompiled header; only global symbols from the header will be available
The precompiled header file was not compiled with Microsoft symbolic debugging information.
When linked, the resulting executable or dynamic-link library file will not include debugging information for local symbols contained in the precompiled header.
This warning can be avoided by recompiling the precompiled header file with the /Zi command-line option.