On Tue, 04 Feb 2014 11:21:54 +0100, Sönke Ludwig wrote:

Am 04.02.2014 11:05, schrieb Andrej Mitrovic:

Some commands I've figured out, like:

dub --compiler=ldc2 --build=release

I still can't figure out how to make dub built 64bit executables though.

Use --arch=x86_64 in that case (dub build --help lists the flag, but
doesn't yet give a comprehensive list of possible values).

Thanks! It doesn't seem to be supported for LDC though. I'm just trying out LDC, is this an LDC issue or a DUB one?