contributing/development/compiling/optimizing_for_size #154
Replies: 2 comments 3 replies
-
|
For a web file there is one more possible optimization for size:
Does it have any performance penalties? Usually optimizing for size mean performance penalties so I think yes. |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
Here's a good read about the topic: https://popcar.bearblog.dev/how-to-minify-godots-build-size/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
contributing/development/compiling/optimizing_for_size
Rationale: Sometimes, it is desired to optimize a build for size rather than speed. This means not compiling unused functions from the engine, as well as using specific compiler flags to aid on dec...
https://docs.godotengine.org/en/stable/contributing/development/compiling/optimizing_for_size.html
Beta Was this translation helpful? Give feedback.
All reactions