/Od - Disable Optimization (Windows CE 5.0)

Send Feedback

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

Compiler Options

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.