Get link options from model build information
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
.