Intel® Fortran Compiler 17.0 Developer Guide and Reference
Enables all speed optimizations.
Linux and 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 (/Ot, /Os)
Eclipse: None
Xcode: None
None