]> git.ipfire.org Git - thirdparty/ccache.git/commit
chore: Avoid ccache:disable strings in ccache source code
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 17 Aug 2023 16:14:37 +0000 (18:14 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Fri, 18 Aug 2023 18:54:38 +0000 (20:54 +0200)
commit20438ee6cf077ec6f26fb788e0431c748931e0c4
tree0ea7e787eff5009e378d0da36cd5d4f38e4052dd
parentfda80e753a60ca7d4bf7282a162fef01e46c2795
chore: Avoid ccache:disable strings in ccache source code

A verbatim ccache:disable string disables ccache when compiling some
ccache sources, which is unnecessary.
src/ccache.cpp
src/core/Statistics.cpp