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