-
-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable Precompiled Headers for faster compilation #126
base: master
Are you sure you want to change the base?
Conversation
hey Daniel, good job. |
Generally you precompile headers that are unlikely to change often (e.g. standard library, Windows headers) and also PCH files are different from OBJ files, so I think that won't be the case here. |
Daniel always improving wherever he goes. |
I think It bad idea because VS 2019 has many bugs. So I had many problems with includes on my experience |
This PR improves compilation times. Results of a clean build on a 4-core CPU:
Here are inclusion times of headers after this PR (for further compilation speed improvements):