On Tue, 04 Feb 2014 13:33:02 GMT, Sönke Ludwig wrote:

On Tue, 04 Feb 2014 12:35:44 +0100, Sönke Ludwig wrote:

Am 04.02.2014 12:12, schrieb Andrej Mitrovic:

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?

Hm.. forgot about that. It's just not implemented in DUB, yet. As a
workaround --compiler=ldmd2 should work, though. I'm looking into
supporting it directly for LDC now.

I've implemented support for LDC and "x86" and "x86_64" in f9e8213 now, but couldn't test it yet, because the computer is currently blocked by a dustmite run.

Will it be possible to dump these in the buildOptions field in package.json?