| |||
| Home > Linker command-line options > --cgundefined=type | |||
This option controls what undefined references are included in the callgraph.
--cgundefined=type
Where can
be one of the following:type
allIncludes both function entries and calls to undefined weak references.
entriesIncludes function entries for undefined weak references.
callsIncludes calls to undefined weak references.
noneOmits all undefined weak references from the output.