Comment on Running three hours of Ruby tests in under three minutesparentComments−mappu11yIs that the best case for changing a single cpp file, or the worst case for changing a header file shared across many translation units?−Ono-Sendai11yThat's changing a cpp file. Changing a widely used header file could take 1-2 mins for a full or nearly full rebuild.
Comments
Is that the best case for changing a single cpp file, or the worst case for changing a header file shared across many translation units?
That's changing a cpp file. Changing a widely used header file could take 1-2 mins for a full or nearly full rebuild.