summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/msvc-compiler-pdb-files.rst
blob: d06d20275621d19f77f46fedd1717b4209045060 (plain)
1
2
3
4
5
6
7
8
9
10
msvc-compiler-pdb-files
-----------------------

* New :prop_tgt:`COMPILE_PDB_NAME` and
  :prop_tgt:`COMPILE_PDB_OUTPUT_DIRECTORY` target properties
  were introduced to specify the MSVC compiler program database
  file location (``cl /Fd``).  This complements the existing
  :prop_tgt:`PDB_NAME` and :prop_tgt:`PDB_OUTPUT_DIRECTORY`
  target properties that specify the linker program database
  file location (``link /pdb``).