You copied the Doc URL to your clipboard.
--cgundefined=type linker option
Controls what undefined references are included in the callgraph.
--cgundefined=
type
Where type can be one of the following:
- all
-
Includes both function entries and calls to undefined weak references.
- entries
-
Includes function entries for undefined weak references.
- calls
-
Includes calls to undefined weak references.
- none
-
Omits all undefined weak references from the output.
Default
The default is --cgundefined=all.