Disables certain optimizations that make it difficult to debug optimized code.
IA-64 architecture
Linux and Mac OS X: | None |
Windows: | /Zx |
None
OFF |
Optimizations are not disabled. |
Disables certain optimizations, such as software pipelining and global scheduling, that make it difficult to debug resultant code because of speculation.
None