Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Turns off all optimizations in the program and speeds compilation.
/Od
Remarks
This option is the default. Because /Od suppresses code movement, it simplifies the debugging process. For information on the compile-for-debugging options, see /Z7, /Zi, /ZI (Debug Information Format), /Z7, /Zi, /ZI (Debug Information Format), and /Z7, /Zi, /ZI (Debug Information Format).
To set this compiler option in the Visual Studio development environment
Open the project's Property Pages dialog box. For details, see How to: Open Project Property Pages.
Click the C/C++ folder.
Click the Optimization property page.
Modify the Optimization property.
To set this compiler option programmatically
- See Optimization.
See Also
Reference
/O Options (Optimize Code)
Compiler Options
Setting Compiler Options