]> git.ipfire.org Git - thirdparty/ccache.git/commit
Allow not including system headers in manifest
authorAnders Björklund <anders@itension.se>
Sat, 24 Oct 2015 14:41:33 +0000 (16:41 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 19 Dec 2015 14:57:58 +0000 (15:57 +0100)
commit219783844c63d37c26f771c1471f3fe2943f9a88
treef4814ac6c7e926344fe6811d4c47d14fc2dbac6e
parenta0db899220bd9aa80c36602988306da5688f0637
Allow not including system headers in manifest

If CCACHE_SLOPPINESS includes "no_system_headers", ccache will not add any
system headers to the manifest's list of include files to always check.
This allows ccache to only check non-system headers, but will also cause
it to return stale cache hits if such system headers have been changed.
MANUAL.txt
ccache.c
ccache.h
conf.c
test/test_conf.c