Use /MAP to generate a map file called name. The map file lists the composition of each segment and the public (global) symbols defined in the object files. The symbols are listed twice: in order of name and in order of address.
| /MAP option syntax |
|---|
|
Default is: /NOMAP
Abbreviations are: /M|/NOM
If you do not specify a directory, the map file is generated in the current working directory. If you do not specify name, the map file has the same name as the executable output file but has the extension .map.
By default, the linker does not produce a map file.