On Mon, 23 Mar 2009 10:02:28 +0100, Frank Benoit wrote: > How can i make DMD (link/optlink) not to generate a map file? > > -L/NOM or -LNOMAP > > both seem not work.
You can't using dmd. It doesn't generate the right linker options for you to avoid the map file. I do it in Bud by not having DMD invoke the linker, instead I have Bud invoke the linker with the right options. The easiest way is to delete the .map files after compiling. -- Derek Parnell Melbourne, Australia skype: derek.j.parnell
