Fm
Tells the linker to generate a link map
file. This is a deprecated option. There is no replacement option.
This content is specific to C++; it does not apply to
DPC++
.Syntax
Linux:
None
Windows:
/Fm
[
filename
|
dir
]
Arguments
- filename
- Is the name for the link map file.
- dir
- Is the directory where the link map file should be placed. It can includefile.
Default
- OFF
- No link map is generated.
Description
This option tells the linker to generate a link map.
IDE Equivalent
None
Alternate Options
None