Compiler Option: -map
- Source: https://www.freebasic.net/wiki/wikka.php?wakka=CompilerOptmap
- Last revised: 2021-10-12
Save the linking map to file name
Syntax
` -map < map file >
`
Parameters
map file
Name of the map file to save generated during linking.
Description
The -map compiler option saves the a map file of the executable made.
See also
Back to DocToc