A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-BD394DA2-18C4-45A8-A9BD-92204832058E
Visible to Intel only — GUID: GUID-BD394DA2-18C4-45A8-A9BD-92204832058E
Od
Disables all optimizations.
Syntax
Linux: |
None |
Windows: |
/Od |
Arguments
None
Default
OFF |
The compiler performs default optimizations. |
Description
This option disables all optimizations. It can be used for selective optimizations, such as a combination of /Od and /Ob1 (disables all optimizations, but enables inlining).
IDE Equivalent
Visual Studio: Optimization > Optimization
Eclipse: None
Alternate Options
Linux: -O0
Windows: None