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
nocc should be used to significantly speed up recompilation: it uses shared remote caches.
After compiling the cpp file, the resulting obj object is used by other agents without actually starting compilation.
The text was updated successfully, but these errors were encountered:
Tsygankov-Slava
changed the title
Use [nocc](https://github.com/VKCOM/nocc) for compilation files
Use nocc for compilation files
Jun 13, 2023
nocc
should be used to significantly speed up recompilation: it uses sharedremote caches
.After compiling the
cpp file
, the resulting obj object is used by other agents without actually starting compilation.The text was updated successfully, but these errors were encountered: