Get compiler options from model build information
returns compiler options from the build information.options
= getCompileFlags(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
.