dmd 2.052 on Ubuntu 10.10 There are two ways of listing the command line options: i) type dmd on the command line ii) look at page http://www.digitalmars.com/d/2.0/dmd-linux.html There are three types of inconsistencies: 1) These exist on the dmd output, not on the web page: -map -nofloat 2) These exist on the web page, not on the dmd output: -m32 -m64 -X -Xffilename 3) The options are sorted differently on the two outputs Ali
-X and -Xffilename do appear in the message printed by dmd 2.052, at the bottom of the list. Are you sure you have the right version? You are right about -m32 and -m64, though. I'd like to add that the man files are outdated as well. The man page for DMD does not list the following switches: -map -noboundscheck -X -Xffilename On the other hand, it lists -safe, which is not in the DMD output.
My mistake: I was wrong about -X and -Xffilename.
Commit pushed to https://github.com/D-Programming-Language/d-programming-language.org https://github.com/D-Programming-Language/d-programming-language.org/commit/826c57141028c643e6dfcb1130b0e01ee8ce48d0 Issue 5648 - dmd command line option list inconsistencies
Commit pushed to https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/8c75084dfe9f4120ba6b8756081f6e2c5e2346d9 Issue 5648 - dmd command line option list inconsistencies
Commit pushed to https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/9e3cc63cf01311477e57eb873c8a9c58c4fde027 Issue 5648 - dmd command line option list inconsistencies