Version: Unity 6 (6000.0)
LanguageEnglish
  • C#

WasmCodeOptimization.DiskSizeLTO

Description

Favor optimizations that minimize build size, at the expense of taking a longer time to build compared to WasmCodeOptimization.BuildTimes. Also enable an additional Link Time Optimizations (LTO) stage.

This option is the same as WasmCodeOptimization.DiskSize but also enables an additional LTO stage. The LTO stage is also known as Whole Program Optimization. Use this option when compiling shipping builds for deployment to end users.