Main Content
addCompileFlags
Add compiler options to build information
Description
addCompileFlags(
specifies the compiler options to add to the build information.buildinfo
,options
,groups
)
The function requires the buildinfo
and
options
arguments. You can use an optional
groups
argument to group your options.
The code generator stores the compiler options in a build information object. The function adds options to the object based on the order in which you specify them.
Examples
Input Arguments
Version History
Introduced in R2006a