]> git.notmuchmail.org Git - apitrace/commitdiff
trim: Enable dependency analysis (--auto) by default.
authorCarl Worth <cworth@cworth.org>
Thu, 21 Mar 2013 23:01:25 +0000 (16:01 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 12 Apr 2013 21:30:38 +0000 (14:30 -0700)
The --exact mode of trimming can be useful, but only if the user has
somehow performed all the dependency analysis needed manually, (such
as by extracting a list of calls from a previous run by
--print-callset). Since --exact inherently requires more care to be
used, it makes sense to also require an extra command-line option, and
to thus prefer the easier-to-use --auto mode by default.


No differences found