/MAP[:filename]
Arguments
filename
A user-specified name for the mapfile. It replaces the default name.
The /MAP option tells the linker to create a mapfile.
By default, the linker names the mapfile with the base name of the program and the extension .map. The optional filename allows you to override the default name for a mapfile.
A mapfile is a text file that contains the following information about the program being linked:
The module name, which is the base name of the file
The timestamp from the program file header (not from the file system)
A list of groups in the program, with each group's start address (as section:offset), length, group name, and class
A list of public symbols, with each address (as section:offset), symbol name, flat address, and .obj file where the symbol is defined
The entry point (as section:offset)
The /MAPINFO option specifies additional information to be included in the mapfile.
To set this linker option in the Visual Studio development environmentOpen the project's Property Pages dialog box. For details, see Set C++ compiler and build properties in Visual Studio.
Select the Configuration Properties > Linker > Debug property page.
Modify the Generate Map File property.
MSVC linker reference
MSVC Linker Options
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4