2013-12-02 20:29:29 +04:00
|
|
|
.. note::
|
|
|
|
This property does not apply to STATIC library targets because no linker
|
|
|
|
is invoked to produce them so they have no linker-generated ``.pdb`` file
|
|
|
|
containing debug symbols.
|
|
|
|
|
2014-02-24 20:45:49 +04:00
|
|
|
The linker-generated program database files are specified by the
|
|
|
|
``/pdb`` linker flag and are not the same as compiler-generated
|
|
|
|
program database files specified by the ``/Fd`` compiler flag.
|
2014-02-24 23:15:21 +04:00
|
|
|
Use the |COMPILE_PDB_XXX| property to specify the latter.
|
2014-02-24 20:45:49 +04:00
|
|
|
|
|
|
|
This property is not implemented by the :generator:`Visual Studio 6`
|
|
|
|
generator.
|