-
Notifications
You must be signed in to change notification settings - Fork 10
Add binary size savings estimations for each feature #3
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
Comments
Hi, |
I've already built all variants locally, but the size difference with each individual is pretty low most of the time. Using
|
3D and advanced_gui also reduces a little, I've got 19,1mb with everything disabled and optimized by size. |
33,7mb |
It would be nice to display an estimate of how much size you'll save by disabling a module or feature.
To do this, someone should build the engine dozens of times, disabling a module every time then compare the binary sizes between each disabled module. Make sure that all other build flags and configuration (OS, compiler, …) remain identical throughout the test. It will take a while, but I think it's worth the effort 🙂
The text was updated successfully, but these errors were encountered: