Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
88c9d6f6
Commit
88c9d6f6
authored
Oct 14, 2020
by
Kyle Edwards
Browse files
Help: Add documentation for debug field
Oops!
parent
efab8560
Changes
1
Hide whitespace changes
Inline
Side-by-side
Help/manual/cmake-presets.7.rst
View file @
88c9d6f6
...
...
@@ -263,6 +263,26 @@ Format
``-Wno-error=deprecated`` on the command line. This may not be set to
``true`` if ``warnings.deprecated`` is set to ``false``.
``debug``
An optional object specifying debug options. The object may contain the
following fields:
``output``
An optional boolean. Setting this to ``true`` is equivalent to passing
``--debug-output`` on the command line.
``tryCompile``
An optional boolean. Setting this to ``true`` is equivalent to passing
``--debug-trycompile`` on the command line.
``find``
An optional boolean. Setting this to ``true`` is equivalent to passing
``--debug-find`` on the command line.
As mentioned above, some fields support macro expansion. Macros are
recognized in the form ``$<macro-namespace>{<macro-name>}``. All macros are
evaluated in the context of the preset being used, even if the macro is in a
...
...
Kyle Edwards
@kyle.edwards
mentioned in commit
54a5c026
·
Oct 20, 2020
mentioned in commit
54a5c026
mentioned in commit 54a5c026d0fbb215b29c15dd8864eb840a2e1a46
Toggle commit list
Kyle Edwards
@kyle.edwards
mentioned in commit
81c88bb2
·
Oct 20, 2020
mentioned in commit
81c88bb2
mentioned in commit 81c88bb26190da0d9f5a2ceda8239387c2fdcd73
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment