User`s guide

3 Code Generation and the Build Process
3-8
This table lists the options available.
Table 3-2: Target Language Compiler Optional Variables
Variable Description
aMaxStackSize=N
When local block outputs is enabled, this
limits the number of local variables that are
declared in a function to not exceed the
MaxStackSize (in bytes). N can be any
positive integer.
aMaxStackVariableSize=N
When local block outputs is enabled, this
limits the size that any given local variable
that is declared in a function can be (in
bytes).
N can be any positive integer.
aFunctionInlineMode=
"mode"
Controls function inlining. There are four
modes:
Automatic
Manual
Either
None
Automatic
uses AutoInlineThreshold to
determine whether or not to inline.
Manual uses RTWData attached to the
Subsystem to determine whether or not to
inline. See the Target Language Compiler
Reference Guide for information about
RTWData.