Enables all speed optimizations.
Linux: | 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
None