January 02, 2017
Hello! it is possible to build my application for x86_64 platform? In С++ I can settings mingw_w64 for this.
January 02, 2017
On 02/01/2017 5:12 PM, Andrey wrote:
> Hello! it is possible to build my application for x86_64 platform? In
> С++ I can settings mingw_w64 for this.

When using dub:

$ dub build --arch=x86_64

For Windows you will need to have Visual Studio installed for linker + libc.