This new mode detects dependencies using gcc -MM, and then sends individual source files to the cloud. This is more computationally expensive and requires more I/O on the far side, but results in enormous bandwidth savings between the local client and the cloud.
This new mode detects dependencies using
gcc -MM
, and then sends individual source files to the cloud. This is more computationally expensive and requires more I/O on the far side, but results in enormous bandwidth savings between the local client and the cloud.