-
Notifications
You must be signed in to change notification settings - Fork 560
New issue
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
parse_arguments: CannotCache(multiple input files) using /fp:fast with MSVC #950
Comments
That haunts me too.
|
No response at all in 10 days? I was hoping sccache would be the one compiler cache that supports MSVC and is still maintained. |
I found the culprit. Sccache works without using the |
@garyzyg I suspect your issue is the stray |
|
I don't think there is any |
Actually MSVC in WDK 7600.16385.1 accepted this.
EDK2 used it widely. |
I think I was hit by this. I solved the issue for myself by downgrading to 0.2.12. The only thing to take care with it is to avoid having spaces after -D |
I am struggling to get sccache working with MSVC using CMake. Maybe there is something already in the CMake project that is messing up sccache.
sccache -s
shows that every call is noncacheable. The server debug logs show:Reading #278 (comment) I tried replacing /Zi with /Z7 but that didn't help.
The text was updated successfully, but these errors were encountered: