This option turns off all optimizations in the program, and thus speeds compilation. This option is the default. Because /Od suppresses code movement, its use simplifies the debugging process.
See Also
Send Feedback on this topic to the authors
This option turns off all optimizations in the program, and thus speeds compilation. This option is the default. Because /Od suppresses code movement, its use simplifies the debugging process.
Send Feedback on this topic to the authors