Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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