msvc-compiler-pdb-files.rst 428 B

12345678910
  1. msvc-compiler-pdb-files
  2. -----------------------
  3. * New :prop_tgt:`COMPILE_PDB_NAME` and
  4. :prop_tgt:`COMPILE_PDB_OUTPUT_DIRECTORY` target properties
  5. were introduced to specify the MSVC compiler program database
  6. file location (``cl /Fd``). This complements the existing
  7. :prop_tgt:`PDB_NAME` and :prop_tgt:`PDB_OUTPUT_DIRECTORY`
  8. target properties that specify the linker program database
  9. file location (``link /pdb``).