You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use sccache to use cached compilation for C/C++ code. The code base I am using uses a mixture of compilers (MSVC and clang). For the clang side, there are a few clang internal flags that are being used through -Xclang. However, when sccache encounters these, it will fail to compile where as without sccache will succeed. Is there something which needs to be added to the invocation or is this something that sccache needs to be extended for?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am trying to use sccache to use cached compilation for C/C++ code. The code base I am using uses a mixture of compilers (MSVC and clang). For the clang side, there are a few clang internal flags that are being used through
-Xclang
. However, when sccache encounters these, it will fail to compile where as without sccache will succeed. Is there something which needs to be added to the invocation or is this something that sccache needs to be extended for?Beta Was this translation helpful? Give feedback.
All reactions