Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference

ID 767251
Date 9/08/2022
Public

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

Document Table of Contents

show

Controls the contents of the listing generated when option list is specified.

Syntax

Linux:

-show keyword[, keyword...]

macOS:

-show keyword[, keyword...]

Windows:

/show:keyword[, keyword...]

Arguments

keyword

Specifies the contents for the listing. Possible values are:

[no]include

Controls whether contents of files added with INCLUDE statements are included when a listing is generated.

[no]map

Controls whether a symbol listing with a line number cross-reference for each routine is included when a listing is generated.

[no]options

Controls whether a list of compiler options used for the compilation is included when a listing is generated.

Default

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.

Description

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.

IDE Equivalent
None
Alternate Options

None

See Also