‑‑log
Syntax
‑‑logtopic[,topic,...]
Parameters
topic can be one of:
| Lists the call graph as seen by stack usage analysis. |
| Lists details of the selection process for runtime routines—what definitions were available, what the requirements were, and which decision the process resulted in. |
| Uses demangled names instead of mangled names for C/C++ symbols in the log output, for example, |
| Lists all fragments by number. The information contains the section they correspond to (name, section number and file) and the fragment size. |
| Lists copy batches and the compression selected for each batch. |
| Lists all decisions made by the automatic library selector. This might include extra symbols needed ( |
| Lists the sections (name, section number and file) that were merged and which symbol redirections this resulted in. Note that section merging must be enabled by the |
| Lists the modules that were selected for inclusion in the application, and which symbol that caused them to be included. |
| Lists redirected symbols. |
| Lists the symbols and section fragments that were selected for inclusion in the application, and the dependence that caused them to be included. |
| Lists those section fragments that were not included in the application. |
Description
Use this option to make the linker log information to stdout. The log information can be useful for understanding why an executable image became the way it is.
See also
Caution
Project>Options>Linker>List>Generate log