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.
show
Controls the contents of the listing generated when option list is specified.
Linux: |
-show keyword[, keyword...] |
macOS: |
-show keyword[, keyword...] |
Windows: |
/show:keyword[, keyword...] |
keyword |
Specifies the contents for the listing. Possible values are:
|
include, map, and options |
When a listing is generated, it contains the contents of INCLUDEd files, a symbol list with a line number cross reference, and a list of compiler options used. |
This option controls the contents of the listing generated when option list is specified.
If you specify option show and do not specify option list, the option is ignored.
None