]> git.ipfire.org Git - thirdparty/ccache.git/commit
Support GCC 9’s -gz=[type] option
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 12 Sep 2019 18:50:46 +0000 (20:50 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 12 Sep 2019 19:26:27 +0000 (21:26 +0200)
commit24076ec45887c4deb268f326df9d599d54d6bf01
tree2a4f8ebbe88f93fbbac012d7ac6807cf2e232ac6
parent267678464e4ed6cd1630643b50c5db20a1345fbd
Support GCC 9’s -gz=[type] option

-gz[=type] neither disables nor enables generation of debug info, so
don’t enable the fallback behavior of hashing the current directory when
seeing -gz[=type] alone.

Closes #464.

(cherry picked from commit cb7a05a772ce3dcec58da16d957420f36cb97f75)
src/ccache.cpp
test/suites/base.bash