| -g | keep the C file generated by mprep and pass the -g option to the C compiler to generate a symbol table for debugging |
| -E | pass the .tm files through mprep, then run the C source files through the C compiler only, sending output to stdout |
| -P | pass the .tm files through mprep, then run the C source files through the C compiler only, writing the output to a file with a .i suffix |
| -xo name | write the output file in name/$SystemID/name, to be located by Install |
| -st | link with the static MathLink library; on Mac OS X mcc only links with the static library |
| -b32 | override automatic binary format selection to generate a 32-bit binary |
| -b64 | override automatic binary format selection to generate a 64-bit binary |
| -b32_64 | override automatic binary format selection to generate a binary with both 32-bit and 64-bit architectures on Mac OS X |
| -n | direct mcc to generate a binary on Mac OS X that contains only the default binary type; compilers on Mac OS X currently generate 32-bit ppc or i386 architectures by default |
| --version | print the version of mcc to stdout |
| --help | print a help message for mcc to stdout |