| |||
| Home > Linker command-line options > --cgsymbol=type | |||
This option controls what symbols are included in the callgraph.
--cgsymbol=type
Where can
be one of the following:type
allIncludes both local and global symbols.
localsIncludes only local symbols.
globalsIncludes only global symbols.