/Ox - Use Maximum Optimization for Speed
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
About Microprocessor Compilers | ARM Guide | Hitachi Guide | MIPS Guide
Last updated on Thursday, April 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.