Thread overview | |||||||||
---|---|---|---|---|---|---|---|---|---|
|
October 05, 2005 How to turn off .map file? | ||||
---|---|---|---|---|
| ||||
dmd/optlink always generates a .MAP file. Is there a way to turn it off? Thanks. |
October 06, 2005 Re: How to turn off .map file? | ||||
---|---|---|---|---|
| ||||
Posted in reply to newbie | <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 Re: How to turn off .map file? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter Bright | 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 Re: How to turn off .map file? | ||||
---|---|---|---|---|
| ||||
Posted in reply to newbie | 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 Re: How to turn off .map file? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Derek Parnell | "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 Re: How to turn off .map file? | ||||
---|---|---|---|---|
| ||||
Posted in reply to JT | 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 Re: How to turn off .map file? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Trevor Parscal | 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 |
Copyright © 1999-2021 by the D Language Foundation