]> git.ipfire.org Git - thirdparty/ccache.git/commit
Skip '-index-store-path' when building with Xcode (#333)
authorjonnyyu <yingshen.yu@gmail.com>
Mon, 10 Dec 2018 19:49:22 +0000 (03:49 +0800)
committerJoel Rosdahl <joel@rosdahl.net>
Mon, 10 Dec 2018 19:49:22 +0000 (20:49 +0100)
commit6e1916c71f45c844af645743fadeed426e82eaed
tree2d8215b7f9f71f36d042892963b3928d88fc711c
parente2c13ab9d331b8000b6af86f7f087f837a6cb907
Skip '-index-store-path' when building with Xcode (#333)

In Xcode 9 or later, Xcode calls clang with this
new '-index-store-path' option.
The Xcode usually sets IndexStore directory under
a unique build location. This might break the manifest,
especially when cache is shared among multple machines.
doc/MANUAL.adoc
src/ccache.c
src/ccache.h
src/confitems.c
unittest/test_conf.c