Main Content
addLinkFlags
Add link options to build information
Description
addLinkFlags(
specifies the linker 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 linker 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