mirror of
https://github.com/reactos/CMake.git
synced 2025-02-14 08:19:01 +00:00
![Alex Turbov](/assets/img/avatar_default.png)
Even in relatively small projects using `--trace` (and `--trace-expand`) may produce a lot of output. When developing a custom module usually one is interested in output of only a few particular modules. Add a `--trace-source=<file>` option to enable tracing only a subset of source files. The final output would be only from requested modules, ignoring anything else not matched to given filename(s).
5 lines
116 B
ReStructuredText
5 lines
116 B
ReStructuredText
cmake-trace-source
|
|
------------------
|
|
|
|
* The :manual:`cmake(1)` command learned a ``--trace-source=<file>`` option.
|