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
Suggest to make this issue about faster compilation more generally.
That means
Measure the current compilation performance and get some statistics (how many compilation units do we have)
Look at opportunities to merge different compilation units; e.g., fold simple cpp files into headers and combine conceptually related compilation units together, if they make sense.
Many src files only contain a single ostream<< operator overload, look into how we manage src a larger number of src files.
Recommended:
Merge these file contents into a single larger cpp file for faster compiling.
The text was updated successfully, but these errors were encountered: