Intel® C++ Compiler Classic Developer Guide and Reference

ID 767249
Date 3/31/2023
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

qopt-report-help, Qopt-report-help

Displays the optimizer phases available for report generation and a short description of what is reported at each level.

Syntax

Linux:

-qopt-report-help

Linux and macOS:

-qopt-report-help

Windows:

/Qopt-report-help

Arguments

None

Default

OFF

No optimization report is generated.

Description

This option displays the optimizer phases available for report generation using [q or Q]opt-report-phase, and a short description of what is reported at each level. No compilation is performed.

To indicate where output should go, you can specify one of the following options:

  • [q or Q]opt-report-file

  • [q or Q]opt-report-per-object

If you use this option, you do not have to specify option [q or Q]opt-report.

IDE Equivalent

None

Alternate Options

None