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).