]> git.ipfire.org Git - thirdparty/ccache.git/commit
Add ability to ignore specified compiler options when hashing (#620)
authorRyan Egesdahl <deriamis@gmail.com>
Thu, 9 Jul 2020 18:17:54 +0000 (11:17 -0700)
committerGitHub <noreply@github.com>
Thu, 9 Jul 2020 18:17:54 +0000 (20:17 +0200)
commit231fef47e48e27995c0c3ebc8db0ebd3de96b8fc
treecaee086a3856892575ebeb07719b6f2cb796334e
parent6590662718ce46c6e8b2202432d9cd1e534dcd52
Add ability to ignore specified compiler options when hashing (#620)

Closes #578.
doc/MANUAL.adoc
src/Config.cpp
src/Config.hpp
src/Context.cpp
src/Context.hpp
src/ccache.cpp
src/ccache.hpp
test/suites/direct.bash
unittest/test_Config.cpp