summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt/PDB_NOTE.txt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-12-02 16:29:29 (GMT)
committerBrad King <brad.king@kitware.com>2013-12-02 16:32:41 (GMT)
commitc0897cfad0c8f1c7671ecc8b24bbfd189a9237de (patch)
tree6d21e290c724077ba6f7dd9c81a755444fc764c1 /Help/prop_tgt/PDB_NOTE.txt
parent09c05f37cf6c0cba643492aa4a597d6d465a8f32 (diff)
downloadCMake-c0897cfad0c8f1c7671ecc8b24bbfd189a9237de.zip
CMake-c0897cfad0c8f1c7671ecc8b24bbfd189a9237de.tar.gz
CMake-c0897cfad0c8f1c7671ecc8b24bbfd189a9237de.tar.bz2
Help: Document PDB behavior w.r.t. static libraries explicitly (#14600)
Document PDB_NAME and PDB_OUTPUT_DIRECTORY as applying only to shared libraries and executables. Add an explicit note to explain why they do not work for static libraries.
Diffstat (limited to 'Help/prop_tgt/PDB_NOTE.txt')
-rw-r--r--Help/prop_tgt/PDB_NOTE.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/prop_tgt/PDB_NOTE.txt b/Help/prop_tgt/PDB_NOTE.txt
new file mode 100644
index 0000000..e55aba2
--- /dev/null
+++ b/Help/prop_tgt/PDB_NOTE.txt
@@ -0,0 +1,8 @@
+.. 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 compiler-generated program database files specified by the MSVC
+ ``/Fd`` flag are not the same as linker-generated program database
+ files and so are not influenced by this property.