PDB_NOTE.txt 441 B

123456789
  1. .. note::
  2. This property does not apply to STATIC library targets because no linker
  3. is invoked to produce them so they have no linker-generated ``.pdb`` file
  4. containing debug symbols.
  5. The linker-generated program database files are specified by the
  6. ``/pdb`` linker flag and are not the same as compiler-generated
  7. program database files specified by the ``/Fd`` compiler flag.
  8. Use the |COMPILE_PDB_XXX| property to specify the latter.