User`s guide

mcc
the directory is added to the head of the path, as it normally would
be with
-I.
-R Run-Time
Provide MCR run-time options. Use the syntax
-R option
to provide either of these run-time options.
Option Description
-nojvm
Do not use the Java Virtual Machine (JVM).
-nojit
Do not use the MATLAB JIT (binary code g eneratio n
used to accelerate M-file execution).
Note The -R option is available only for standalone applications. To
override MCR options in the other MATLAB Compiler targets, use the
mclInitializeApplication and mclTerminateApplication functions.
For more information on these functions, see “Ca lling a Shared Li brary”
on page 7-11.
-S Create Singleton MCR
Create a singleton MCR when compiling a COM object. Each instance
of the component uses the same MCR. Requires MATLAB Builder for
.NET.
-T Specify Target Stage
Specify the output target phase and type. Use the syntax
-T target
to define the output type. Valid target values are as follows:
11-24