dmd -o- -map prevents creation of map file?

Pierre Rouleau prouleau001 at gmail.com
Sat Jun 26 14:00:48 PDT 2010


Hi all,

dmd 2.047 help states that the -map option switch "generate linker .map 
file".

But when compiling a single (stand-alone) source file, dmd seems to 
generate the .map file even if the -map switch is not present.  Is this 
wanted? Should it not simply generate the .map file only when the -map 
option is present on the command line?


More information about the Digitalmars-d-learn mailing list