Version: 2021.3
言語: 日本語
public string[] AdditionalCompilerArguments ;

説明

Additional compiler arguments.

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.