]> git.ipfire.org Git - thirdparty/ccache.git/commit
Look for the correct phrase when detecting unsupported GCC color option
authorJoel Rosdahl <joel@rosdahl.net>
Fri, 24 Jul 2020 18:18:22 +0000 (20:18 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Fri, 24 Jul 2020 18:18:22 +0000 (20:18 +0200)
commit092ef6150fff663eb94cc44412a5190da8b6fd4f
tree3f2ffb3ced7973fbd3a9cd443f82fa96cf3fee92
parent1be13538b9f2200f8833fcd571d72aae101d9576
Look for the correct phrase when detecting unsupported GCC color option

The implementation from #596 uses the spelling “command-line” instead of
“command line” (which is what is actually emitted by GCC and specified
in #224).
src/ccache.cpp