map

Tells the linker to generate a link map file.

IDE Equivalent

Windows: Linker > Debug > Generate Map File

Linux: None

Mac OS X: None

Architectures

IA-32, Intel® 64 architectures

Syntax

Linux and Mac OS X:

None

Windows:

/map[:filename]

/nomap

Arguments

filename

Is the name for the link map file. It can be a file name or a directory name.

Default

/nomap

No link map is generated.

Description

This option tells the linker to generate a link map file.

Alternate Options

None


Submit feedback on this help topic

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