]> git.ipfire.org Git - thirdparty/ccache.git/commit
feat: Add support for undocumented GCC/Clang --include option
authorJoel Rosdahl <joel@rosdahl.net>
Fri, 22 Dec 2023 12:41:17 +0000 (13:41 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Fri, 22 Dec 2023 13:27:57 +0000 (14:27 +0100)
commitd31ab9586cb7c4b951315a36321f0a254ad6f153
treeaae4e17c513a48cb8f211af09e36cb30470e7471
parent0ec235b752ec26743f2c7808453e07c0df3090e9
feat: Add support for undocumented GCC/Clang --include option

Note: Clang accepts a concatenated argument (--includefoo.h) but GCC
does not.

Closes #1324.
src/argprocessing.cpp
src/compopt.cpp