digitalmars.D - How to *not* generate .map files while linking?
- Alan <Alan_member pathlink.com> May 02 2005
- pragma <pragma_member pathlink.com> May 02 2005
Does OPTLink always generate .map? Is there a way to disable it? Thanks, Alan
May 02 2005
In article <d55r11$29pi$1 digitaldaemon.com>, Alan says...Does OPTLink always generate .map? Is there a way to disable it? Thanks, Alan
http://www.digitalmars.com/ctg/ctgLinkSwitches.html#map At first I thought that /nomap would work, but it doesn't. Perhaps it's a bug? - EricAnderton at yahoo
May 02 2005








pragma <pragma_member pathlink.com>