Optimize the stripped build
Optimize the stripped build to reduce the final build size and improve the performance of your game.
Before optimizing:
- Remove all unused submodules
- Test the build
- Enable Remove Embedded Debug Symbols in the Submodule Stripping Settings or enable external debug symbols.
- Set Missing Submodule Error Handling to Ignore in the Submodule Stripping Settings.
To optimize the build:
- In the Submodule Stripping Settings, enable Optimize Code After Stripping.
- Select Strip.
Note
Optimize Code After Stripping drastically increases the runtime of the stripping tool. Disable this setting for testing.