digitalmars.D - How to turn off .map file?
- newbie d.com Oct 05 2005
- "Walter Bright" <newshound digitalmars.com> Oct 05 2005
- Derek Parnell <derek psych.ward> Oct 05 2005
- "Walter Bright" <newshound digitalmars.com> Oct 05 2005
- JT <jtd514 ameritech.net> Oct 05 2005
- Trevor Parscal <Trevor_member pathlink.com> Oct 06 2005
- Derek Parnell <derek psych.ward> Oct 06 2005
dmd/optlink always generates a .MAP file. Is there a way to turn it off? Thanks.
Oct 05 2005
<newbie d.com> wrote in message news:di0aau$dv9$1 digitaldaemon.com...dmd/optlink always generates a .MAP file. Is there a way to turn it off? Thanks.
-L/nomap
Oct 05 2005
On Wed, 5 Oct 2005 17:46:48 -0700, Walter Bright wrote:<newbie d.com> wrote in message news:di0aau$dv9$1 digitaldaemon.com...dmd/optlink always generates a .MAP file. Is there a way to turn it off? Thanks.
-L/nomap
I don't think that works, Walter. If I remember correctly, this was mentioned as a bug in optlink many months ago in one of the DigitalMars C++ newsgroups. -- Derek (skype: derek.j.parnell) Melbourne, Australia 6/10/2005 11:14:02 AM
Oct 05 2005
"Derek Parnell" <derek psych.ward> wrote in message news:1nyfealfrukmg.1gakj9uac54md.dlg 40tude.net...I don't think that works, Walter. If I remember correctly, this was mentioned as a bug in optlink many months ago in one of the DigitalMars
newsgroups.
Ok, I'll add it to the optlink buglist then.
Oct 05 2005
just use build.exe with -cleanup newbie d.com wrote:dmd/optlink always generates a .MAP file. Is there a way to turn it off? Thanks.
Oct 05 2005
In article <di1ud6$1uh4$1 digitaldaemon.com>, JT says...just use build.exe with -cleanup newbie d.com wrote:dmd/optlink always generates a .MAP file. Is there a way to turn it off? Thanks.
That doesnt work for me... - Trevor
Oct 06 2005
On Thu, 6 Oct 2005 22:17:39 +0000 (UTC), Trevor Parscal wrote:In article <di1ud6$1uh4$1 digitaldaemon.com>, JT says...just use build.exe with -cleanup newbie d.com wrote:dmd/optlink always generates a .MAP file. Is there a way to turn it off? Thanks.
That doesnt work for me...
Why not? Do you need a selective cleanup, maybe? -- Derek (skype: derek.j.parnell) Melbourne, Australia 7/10/2005 9:29:01 AM
Oct 06 2005









"Walter Bright" <newshound digitalmars.com> 