User`s guide
Compiler Options and Macros
3-7
Compiler Options and Macros
The MATLAB Compiler uses a family of options, also called option flags, to
control the functionality of the Compiler. The
mcc reference page includes a
completedescription oftheCompiler2.1options.Throughoutthisbookyouwill
see how these options are used with the Compiler to perform various tasks.
One particular set of Compiler options, macros, are particularly useful for
performing straightforward compilations.
Macro options provide a simplified approach to compilation. Instead of
manually grouping several options together to perform a particular type of
compilation, you can use one simple optio n to quickly accomplish basic
compilation tasks.
Note Macro optio ns are intended t o simplif y the more common co mp ilat io n
tasks. You can always use individu al opti ons to custom ize the compil ation
proces s t o satisfy your p articular needs.
For detaile d information about the macros included w ith the MATLAB
Compiler, as well complete information o n all the other available Compiler
options, see the
mcc reference page.