# Release

> Release configuration enables optimizations, so the compiled code runs faster and the binary size is smaller but it takes longer to compile.

## Definition

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

```csharp
Release = 1
```
