Advanced
The Advanced options control some miscellaneous linker features.

For more information about these options, see Linker options.
Enable stack usage analysis
Enables stack usage analysis. If you choose to produce a linker map file, a stack usage chapter is included in the map file. Additionally, you specify one or more of these files:
- Control file
Specify a stack usage control file to use to control stack usage analysis or provide more stack usage information for modules or functions. If no filename extension is specified, the extension
sucis used.
- Call graph output (XML)
Specify the name of a call graph file to be generated by the linker. If no filename extension is specified, the extension
cgxis used.
Replace linker executable with wrapper
This option allows you to specify an executable file or script to replace the build engine’s call to the linker.
This makes it possible to execute commands just before or after calling the linker. The option requires that the wrapper calls the linker properly (in place of the replaced call).
Warning
This is a very powerful option that lets you make radical changes to the linking process. Use it with care.