cmake/Help/prop_tgt/PDB_NOTE.txt

13 lines
524 B
Plaintext
Raw Normal View History

2014-08-03 19:52:23 +02: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.
2015-04-27 22:25:09 +02: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.
Use the |COMPILE_PDB_XXX| property to specify the latter.
This property is not implemented by the :generator:`Visual Studio 6`
generator.