]> git.ipfire.org Git - thirdparty/ccache.git/commit
fix: Handle -Yc without -Fp and -Fo for msvc (#1450)
authorSilver Zachara <silver.zachara@gmail.com>
Wed, 15 May 2024 19:05:25 +0000 (21:05 +0200)
committerGitHub <noreply@github.com>
Wed, 15 May 2024 19:05:25 +0000 (21:05 +0200)
commit44abf784980188fa4cdb9eb7a516a25afb33fd8e
tree3455b51684f10b22453f3dade6afde07f4bc6b01
parentd04c6f3b7338f2780b0579359cc0beb785f1edd9
fix: Handle -Yc without -Fp and -Fo for msvc (#1450)

It allows passing the `-Yc` option without the `-Fp` option and also
without the `-Fo` option.
src/ccache/ArgsInfo.hpp
src/ccache/argprocessing.cpp
unittest/test_argprocessing.cpp