LTO (Link Time Optimization) mode options for IL2CPP builds.
Supported Platforms:
This setting controls the level of link-time optimization (LTO) applied during the build process. This setting applies only if you set Il2CppCompilerConfiguration to Il2CppCompilerConfiguration.Master.
| Property | Description |
|---|---|
| Full | Full LTO mode. This mode performs the most link-time optimizations, potentially improving runtime performance at the expense of longer build times. |
| Thin | Thin LTO mode. This mode performs fewer link-time optimizations compared to Full LTO, resulting in faster build times but potentially lower runtime performance. |