Use this panel to control compiler optimizations. The compiler's optimizer can apply any of its optimizations in either global or non-global optimization mode. You can apply global optimization at the end of the development cycle, after compiling and optimizing all source files individually or in groups.
The table below lists and describes the options for the Optimization panel.
| Option | Description |
|---|---|
| Optimization Level | Specify the optimizations that you want the compiler to apply to the generated object code:
|
| Other optimization flags | Specify other optimization flags, like -Os (optimize for size) or specific optimizations if you would like to do a "fine-tuning" of optimizations. |