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

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