This tab controls the compilers' optimization features. These optimizations are discussed in more detail in the Optimization chapter in the Language User's Guides.
Uses the inherited settings. If no parent project has an explicit setting, then the default is No optimization.
No optimizations should be performed. Any settings in the Advanced Optimizations dialog will be ignored.
Employ optimization strategies that reduce code size, potentially at the expense of code speed.
Employ optimization strategies that favor code speed, potentially at the expense of code size.
If either "Optimize for size" or "Optimize for speed" are selected, the Advanced button will be available. Pressing the button will bring up the Advanced Optimizations Options dialog box.