Disables all optimizations.
IA-32, Intel® 64 architectures
Linux and Mac OS X: | None |
Windows: | /Od |
None
OFF |
The compiler performs default optimizations. |
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).
This option also causes certain /warn options to be ignored.
On IA-32 architecture, this option sets the /Oy- option.
Linux and Mac OS X: -O0
Windows: /optimize:0
Copyright © 1996-2010, Intel Corporation. All rights reserved.