]> git.ipfire.org Git - thirdparty/ccache.git/commit
Correct "-MJ" bail out, identify both "-MJ file" and "-MJfile" (#487)
authorThomas Otto <thomas.otto@pdv-fs.de>
Sun, 10 Nov 2019 20:36:29 +0000 (21:36 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 10 Nov 2019 20:36:29 +0000 (21:36 +0100)
commit87fdad7aae3f003cd1ac0eb9500a3dc1aa05ed4a
tree49d2b55a977b07de02654a9e61a66f99fe5422ed
parente78bf379b212913e208f329506043e6180e7b75a
Correct "-MJ" bail out, identify both "-MJ file" and "-MJfile" (#487)

Also added test to detect the invalid case TOO_HARD | TAKES_CONCAT_ARG.
src/ccache.cpp
src/compopt.cpp
unittest/test_compopt.cpp