Thread overview
How to turn off .map file?
Oct 05, 2005
newbie
Oct 06, 2005
Walter Bright
Oct 06, 2005
Derek Parnell
Oct 06, 2005
Walter Bright
Oct 06, 2005
JT
Oct 06, 2005
Trevor Parscal
Oct 06, 2005
Derek Parnell
October 05, 2005
dmd/optlink always generates a .MAP file.
Is there a way to turn it off? Thanks.


October 06, 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


October 06, 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
October 06, 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.
> 
> 
October 06, 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
C++
> newsgroups.

Ok, I'll add it to the optlink buglist then.


October 06, 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
October 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