Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Zo
Enables or disables generation of enhanced debugging information for optimized code. This feature is only available for ifort.
Syntax
Linux: |
None |
Windows: |
/Zo /Zo- |
Arguments
None
Default
OFF |
The compiler does not generate enhanced debugging information for optimized code. |
Description
This option enables or disables the generation of additional debugging information for local variables and inlined routines when code optimizations are enabled. It should be used with option /Zi or /Z7 to allow improved debugging of optimized code.
Option /Zo enables generation of this enhanced debugging information. Option /Zo- disables this functionality.
For more information on code optimization, see option /O.
IDE Equivalent
Alternate Options
None