]> git.ipfire.org Git - thirdparty/ccache.git/commit
fix: Mark -fcallgraph-info as too hard
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 11 Feb 2024 15:26:03 +0000 (16:26 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 11 Feb 2024 15:45:07 +0000 (16:45 +0100)
commit7c29cbc4f4995a2b78bc1ef43f81679de9abc0b9
tree146f342027ab2d0066ef338c2e0775e11dc7f15b
parent55ee45724c8409c41ae3c34921735efc0976ad7b
fix: Mark -fcallgraph-info as too hard

-fcallgraph-info generates a .ci file which ccache currently doesn't
know how to store and restore.

Fixes #1400.
src/argprocessing.cpp
src/compopt.cpp