User`s guide
mcc
A-5
F option
Specifies format parameters
option = list
expression-indent:n
page-width:n
statement-indent:n
g
Generates debugging
information
Equivalent to
-G -A debugline:on -O none
G
Debug only. Simply turn
debugging on, so debugging
symbol information is
included.
h
Compiles helper functions
i
Causes Compiler to include
only M-files specified on the
command line as exported
interfaces.
I directory
Adds new directory to path
l
Generates code that reports
file and line numbers on
run-time errors
Equivalent to
-A debugline:on
L language
Specifies output target
language
language = C
Cpp
m
Macro to generate a C
stand-alone application
Equivalent to
-W main -L C -t -T link:exe
-h libmmfile.mlib
M string
Passes string to mex or
mbuild
Use to define compile-time options.
o outputfile
Specifies name/location of
final executable
Table A-1: mcc Quick Reference (Continued)
Option Description Comment/Options