The compiler produces executable (.exe) files or dynamic-link libraries (DLLs).
Every compiler option is available in two forms: -option and /option. The documentation only shows the /option form.
To find a particular compiler option, see one of the following lists:
For information about building a C# application from the command line, see Building from the Command Line.