]> git.ipfire.org Git - thirdparty/ccache.git/commit
feat: Don't remove inode cache file on -C/--clear
authorJoel Rosdahl <joel@rosdahl.net>
Tue, 19 Jul 2022 13:31:34 +0000 (15:31 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 20 Jul 2022 20:55:53 +0000 (22:55 +0200)
commit8cbbcf00cff22c6c7caf18ca541a4669202b6565
tree7d50cc343121d157ad28e82a7940ded1cacca6dc
parente08af162df0f921116c0883bcf4e43ca0ff078a3
feat: Don't remove inode cache file on -C/--clear

-C/--clear is tied to the cache directory while the inode cache file is
a temporary file. I think it makes more sense to not consider the inode
cache part of the main cache directory.
src/core/mainoptions.cpp