# Full

> Full LTO mode. This mode performs the most link-time optimizations, potentially improving runtime performance at the expense of longer build times.

## Definition

* **Type:** Field
* **Namespace:** [UnityEditor](/engine/6000.6/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
Full = 2
```
