3.6.6.23 Section-anchors Option
The -fsection-anchors option allows access of
static objects to be performed relative to one symbol.
When enabled, this option might generate code that accesses multiple static
objects as an offset from one base address, rather than accessing each object separately.
Clearly, this optimization can only improve code size if more than one static
object is defined in your program. This option works best with level s
optimizations (-Os).
