Intel® Fortran Compiler 17.0 Developer Guide and Reference
Controls the contents of the listing generated when option list is specified.
Linux and 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