Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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