Intel® C++ Compiler 16.0 User and Reference Guide
Enables all speed optimizations.
Linux and OS X: | 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