Visible to Intel only — GUID: GUID-4F97305F-C602-4F0B-818A-CCB1A4D6C673
Visible to Intel only — GUID: GUID-4F97305F-C602-4F0B-818A-CCB1A4D6C673
qopt-report-annotate-position, Qopt-report-annotate-position
Enables the annotated source listing feature and specifies the site where optimization messages appear in the annotated source in inlined cases of loop optimizations.
Linux: |
-qopt-report-annotate-position=keyword |
macOS: |
-qopt-report-annotate-position=keyword |
Windows: |
/Qopt-report-annotate-position:keyword |
keyword |
Specifies the site where optimization messages appear in the annotated source. You can specify one of the following:
|
OFF |
No annotated source listing is generated |
This option enables the annotated source listing feature and specifies the site where optimization messages appear in the annotated source in inlined cases of loop optimizations.
This option enables option [q or Q]opt-report-annotate if it is not explicitly specified.
If annotated source listing is enabled and this option is not passed to compiler, loop optimizations are placed in caller position by default.
None