mvc --help Displays the following: Usage: mvc [options] file... Options: --help Display this information --version Display version number and exit -B Location of builtin shared images (overrides MVC_LIB environment variable) -w Suppress warning -W Enable otherwise supressed warning -X Abort compilation on warning -o Place the output of the compilation in the file named -c Compile only -C Specify the version of the virtual machine the output is to run on -p Warn on various pedantic syntax issues -P Error on various pedantic syntax issues -d Generate pseudo-C code suitable for use with Doxygen (implies -c) -D Define a symbol to be detected by MvIFDEF and MvIFNDEF -O Obfuscate constants by splitting them into bytes may be one of: - One or more warning ids, separated by commas - The keyword "all", which indicates all warnings may be one or a comma separated list of the following: scope Warn or error on unscoped variables. lock Warn or error on MvFUNCTIONRETURN inside MvLOCKFILE. capture Warn or error on MvFUNCTIONRETURN inside MvCAPTURE. or all All of the above options.