Controls global optimization.
#pragma optimization_level 0 | 1 | 2 | 3 | 4 | reset
This pragma specifies the degree of optimization that the global optimizer performs.
To select optimizations, use the pragma optimization_level with an argument from 0 to 4. The higher the argument, the more optimizations performed by the global optimizer. The reset argument specifies the previous optimization level.
For more information on the optimization the compiler performs for each optimization level, refer to the Targeting manual for your target platform.