]> git.ipfire.org Git - thirdparty/ccache.git/commit
fix: Use -P -Fi for saving MSVC preprocessor output
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 25 Aug 2022 19:15:01 +0000 (21:15 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 25 Aug 2022 19:40:17 +0000 (21:40 +0200)
commit80a228c3c2014d9953b51ed3ade7ad21f50912f8
tree96b206a0340e454abe800ff5d30ab462eaa3f5fd
parentbb72cc26bc91bc56567dbef608088a9437f836bb
fix: Use -P -Fi for saving MSVC preprocessor output

Even though MSVC supports "-E" and "-c -o" it apparently doesn't support
"-E -o", so [1] broke MSVC.

[1]: 64fc42ca2c5c9fe60ef4f1dc3882edb5f35579d6

Fixes #1146.
src/ccache.cpp