show

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

IDE Equivalent

None

Architectures

IA-32, Intel® 64 architectures

Syntax

Linux and Mac OS X:

-show=keyword

Windows:

/show: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.

Alternate Options

None

See Also


Submit feedback on this help topic

Copyright © 1996-2010, Intel Corporation. All rights reserved.