the cached version. With this option set, ccache will consider a file as
matching its cached version if the mtimes and ctimes match.
*file_stat_matches_ctime*::
- By default, ccache will not consider a file as matching its cached
- version if the ctimes do not match. This option disables that check.
+ Ignore ctimes when *file_stat_matches* is enabled. This can be useful when
+ backdating files' mtimes in a controlled way.
*include_file_ctime*::
By default, ccache also will not cache a file if it includes a header whose
ctime is too new. This option disables that check.