/Od - Disable Optimization (Windows CE 5.0)
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