Intel® C++ Compiler Classic Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-C24A76B1-CE5A-45D9-9B5B-385FF954FF1F
Visible to Intel only — GUID: GUID-C24A76B1-CE5A-45D9-9B5B-385FF954FF1F
Ot
Enables all speed optimizations.
Linux: |
None |
macOS: |
None |
Windows: |
/Ot |
None
/Ot |
Optimizations are made for code speed. If Od is specified, all optimizations are disabled. If O1 is specified, Os is the default. |
This option enables all speed optimizations.
Visual Studio: Optimization > Favor Size or Speed
Eclipse: None
Xcode: None
None