[dmd-internals] Consistency with MODEL

Jonathan M Davis jmdavisProg at gmx.com
Tue May 10 19:08:55 PDT 2011


I would point out that both druntime and phobos use 32 and 64 for the values 
of MODEL for building their 32-bit and 64-bit versions respectively, whereas 
dmd uses -m32 and -m64. Unless there is a good reason for dmd using -m32 and -
m64 instead of 32 and 64, it would probably be best (for consistency's sake, 
if nothing else), for dmd to use 32 and 64 for MODEL like druntime and phobos 
do.

- Jonathan M Davis


More information about the dmd-internals mailing list