We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently /FS is marked as too hard to cache, see
sccache/src/compiler/msvc.rs
Line 266 in 5197fbb
It seems to me that caching with this flag is safe when building without /Zi.
The text was updated successfully, but these errors were encountered:
Ignore both -FS and -MP on MSVC
1283021
Fixes mozilla#859
5a086a8
da1dd3b
Fixes #859
354e17a
b9f4667
Successfully merging a pull request may close this issue.
Currently /FS is marked as too hard to cache, see
sccache/src/compiler/msvc.rs
Line 266 in 5197fbb
This is problematic since CMake enables this flag for all MSVC builds on windows: https://gitlab.kitware.com/cmake/cmake/-/blob/master/Modules/Platform/Windows-MSVC-CXX.cmake
It seems to me that caching with this flag is safe when building without /Zi.
The text was updated successfully, but these errors were encountered: