/Zx (Debug Optimized Itanium Code)

Disables certain optimizations, such as if-conversions, software pipelining, and global scheduling optimizations, that make it difficult to debug optimized code.

/Zx

Remarks

This compiler option is only available in the Itanium cross compiler or in the Itanium native compiler.

To set this compiler option in the Visual Studio development environment

  1. Open the project's Property Pages dialog box. For details, see How to: Open Project Property Pages.

  2. Click the C/C++ folder.

  3. Click the Command Line property page.

  4. Type the compiler option in the Additional Options box.

To set this compiler option programmatically

See Also

Reference

Compiler Options

Setting Compiler Options