/Ox - Use Maximum Optimization for Speed (Windows CE 5.0)
This option combines optimizing options to produce the fastest possible program. The effect is the same as using the following options on the same command line:
- /Obn - Control Inline Expansion, where n=2
- /Og - Enable Global Optimization
- /Oi - Generate Intrinsic Functions
- /Os, /O, /Ot - Optimize for Size or Speed
See Also
Send Feedback on this topic to the authors