Disables all optimizations.
None
IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture
Linux: | 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 /Og (disables all global optimizations), or /Od and /Ob1 (disables all optimizations, but enables inlining).
This option also causes certain /warn options to be ignored.
On IA-32 systems, this option sets the /Oy- option.
Linux: -O0
Windows: /optimize:0
O compiler option