mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Merge topic 'trace-redirect'
3c94069660 Add --trace-redirect parameter to redirect trace output to a file
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3645
This commit is contained in:
@@ -238,6 +238,9 @@ Options
|
||||
|
||||
Multiple options are allowed.
|
||||
|
||||
``--trace-redirect=<file>``
|
||||
Put cmake in trace mode and redirect trace output to a file instead of stderr.
|
||||
|
||||
``--warn-uninitialized``
|
||||
Warn about uninitialized values.
|
||||
|
||||
|
||||
6
Help/release/dev/trace-redirect.rst
Normal file
6
Help/release/dev/trace-redirect.rst
Normal file
@@ -0,0 +1,6 @@
|
||||
trace-redirect
|
||||
--------------
|
||||
|
||||
* :manual:`cmake(1)` gained a ``--trace-redirect=<file>`` command line option
|
||||
that can be used to redirect ``--trace`` output to a file instead
|
||||
of ``stderr``.
|
||||
Reference in New Issue
Block a user