Advanced
In this section:
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:
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.