www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - How to turn off .map file?

reply newbie d.com writes:
dmd/optlink always generates a .MAP file.
Is there a way to turn it off? Thanks.
Oct 05 2005
next sibling parent reply "Walter Bright" <newshound digitalmars.com> writes:
<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
parent reply Derek Parnell <derek psych.ward> writes:
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
parent "Walter Bright" <newshound digitalmars.com> writes:
"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
C++
 newsgroups.
Ok, I'll add it to the optlink buglist then.
Oct 05 2005
prev sibling parent reply JT <jtd514 ameritech.net> writes:
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
parent reply Trevor Parscal <Trevor_member pathlink.com> writes:
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
parent Derek Parnell <derek psych.ward> writes:
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