Revision 5335d275527d4f58e4f2992d307c1c62cd94dd3c authored by Kitware Robot on 28 January 2016, 05:01:04 UTC, committed by Kitware Robot on 28 January 2016, 05:01:04 UTC
1 parent 656768c
Raw File
PDB_NOTE.txt
.. 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.

 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.
 Use the |COMPILE_PDB_XXX| property to specify the latter.

 This property is not implemented by the :generator:`Visual Studio 6`
 generator.
back to top