summaryrefslogtreecommitdiff
path: root/Help/prop_tgt/MSVC_DEBUG_INFORMATION_FORMAT-VALUES.txt
blob: 7f19bc09ff3cf3e77b7cba79c6328a73696e19a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
``Embedded``
  Compile with ``-Z7`` or equivalent flag(s) to produce object files
  with full symbolic debugging information.
``ProgramDatabase``
  Compile with ``-Zi`` or equivalent flag(s) to produce a program
  database that contains all the symbolic debugging information.
``EditAndContinue``
  Compile with ``-ZI`` or equivalent flag(s) to produce a program
  database that supports the Edit and Continue feature.

The value is ignored on compilers not targeting the MSVC ABI, but an
unsupported value will be rejected as an error when using a compiler
targeting the MSVC ABI.

The value may also be the empty string (``""``), in which case no debug
information format flag will be added explicitly by CMake.