Main Content
getLinkFlags
Get link options from build information
Description
returns linker options from the build information.options
= getLinkFlags(buildinfo
,includeGroups
,excludeGroups
)
The function requires the buildinfo
argument. You can
use optional includeGroups
and
excludeGroups
arguments. These optional arguments let
you include or exclude groups selectively from the compiler options returned by the
function.
If you choose to specify excludeGroups
and omit
includeGroups
, specify a null character vector
(''
) for includeGroups
.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2006a
See Also
Topics
- Customize Post-Code-Generation Build Processing (Simulink Coder)