]> git.ipfire.org Git - thirdparty/ccache.git/commit
Recognize concatenated form of some compiler options
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 5 Sep 2015 20:16:37 +0000 (22:16 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 5 Sep 2015 20:16:37 +0000 (22:16 +0200)
commit631632852a0c6bdfe77ef04bd8d675f0295c035f
tree0b2da328243df8a1bdfeec2bfa9239e98da8e8d3
parentf32a14a1e8cc8bf73a2d08f769bd8df303d591cf
Recognize concatenated form of some compiler options

GCC apparently accepts "-isystemfoo" instead of "-isystem foo" even
though only the latter is documented.
NEWS.txt
compopt.c