]> git.cworth.org Git - apitrace/commit
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)
commit991740f0ddb74addbdccef4ea42a883c77a62cee
tree6d432f52422d2a162bbbf2b25f143e5b2456b8b3
parenta0931fd50d69c136535b2afbb53d129c30e404c5
trim: Enable dependency analysis (--auto) by default.

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.
cli/cli_trim.cpp