Tells the linker to generate a link map file.
Linux: | None |
macOS: | None |
Windows: | /map[:filename] /nomap |
filename |
Is the name for the link map file. It can be a file name or a directory name. |
/nomap |
No link map is generated. |
This option tells the linker to generate a link map file.
Visual Studio: Linker > Debugging > Generate Map File (/MAP)
None