]> git.ipfire.org Git - thirdparty/ccache.git/commit
fix: Remove TAKES_ARG for /Fp and /Yu MSVC options (#1453)
authorSilver Zachara <silver.zachara@gmail.com>
Fri, 17 May 2024 16:29:40 +0000 (18:29 +0200)
committerGitHub <noreply@github.com>
Fri, 17 May 2024 16:29:40 +0000 (18:29 +0200)
commit1bcde8b4b94e57668252051c6c020b6ac842c098
tree69a70d328d65c83acd63c8e0a52f337ddfd1c803
parent44abf784980188fa4cdb9eb7a516a25afb33fd8e
fix: Remove TAKES_ARG for /Fp and /Yu MSVC options (#1453)

/Fp and /Yu don't allow space between option and option value.

Fixes #1452
src/ccache/compopt.cpp