AdditionalCompilerArguments
Additional compiler arguments.
Read time 1 minuteLast updated a day ago
Definition
- Type: Property
- Namespace: UnityEditor.Compilation
- Assembly: UnityEditor.CoreModule
public string[] AdditionalCompilerArguments { get; set; }
Remarks
Compiler arguments must be preceded by a dash (-) or a slash (/).
To get a list of available compiler arguments, see Microsoft's official documentation on compiler options.
Example: -nowarn:1234 or /nowarn:1234.