# compilerOptions

> Compiler options to use when building the assembly.

## Definition

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

> **Warning:**
>
> **Deprecated.** This feature is being deprecated and will be removed in the future. Similar functionality can be achieved using the Roslyn compiler

```csharp
public ScriptCompilerOptions compilerOptions { get; set; }
```

### Remarks

Additional Resources: [ScriptCompilerOptions](/engine/6000.7/script-reference/unityeditor/compilation/scriptcompileroptions.md).
