citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 406525c31c139893acf22076daa0d024b9f494a5
parent afc2ddab0866deb13701b07445486225527552d2
Author: Kyle Milz <kyle@0x30.net>
Date:   Sun, 14 Aug 2016 14:53:33 -0600

man: clarify incremental builds and log file

Diffstat:
Mman/citrun-wrap.1 | 9+++++++--
1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/man/citrun-wrap.1 b/man/citrun-wrap.1 @@ -56,14 +56,19 @@ cc c++ .El .Pp -All rewriting activity is logged to the +Because the warnings and errors from the rewrite tool will look +indiscernible from the warnings and errors generated by the native compiler, all +rewriting activity is logged to the .Pa citrun.log file. Human readable summaries can be generated by the .Xr citrun-check 1 script. .Pp -Incremental building is supported. +Incremental building is supported, but mixing object files created by different +versions of +.Nm +is not. .Sh FILES .Bl -tag -width Ds .It Pa citrun.log