![]() |
Linker Optimization Facilities |
Previous | Advanced Options of TIGCC | Next |
The TIGCC linker provides a lot of settings to
control the optimization of binary code. When using the
IDE, you can set these options in the "Linking"
tab of the project settings. When using the command-line compiler, you can
use the linker switches.
To make full use of section reordering, you should pass
'-ffunction-sections' and '-fdata-sections' to the compiler.