opt-report-level, Qopt-report-level

Specifies the detail level of the optimization report.

IDE Equivalent

None

Architectures

IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture

Syntax

Linux and Mac OS: -opt-report-levellevel
Windows:  /Qopt-report-levellevel

Arguments

level Is the detail level. Possible values are min, med, or max.

Default

OFF The compiler does not generate an optimization report. However, if -opt-report is specified, the default is -opt-report-levelmed or /Qopt-report-levelmed.

Description

This option specifies the detail level of the optimization report.

To use this option, you must specify -opt-report (Linux and Mac OS) or /Qopt-report (Windows).

Alternate Options

Linux: -opt_report_level
Mac OS: None

Windows: /Qopt_report_level

See Also

opt-report, Qopt-report compiler options