June 07, 2011
How do I generate 32bit binaries with dmd64 (2.053) on Linux? I can't find the flag for it.

-Kai Meyer
June 07, 2011
On 06/07/2011 01:39 PM, Kai Meyer wrote:
> How do I generate 32bit binaries with dmd64 (2.053) on Linux? I can't
> find the flag for it.
>
> -Kai Meyer

Nevermind, found it.
http://digitalmars.com/d/2.0/dmd-linux.html

I kept putting a space between -m and 32 :(