Re: How to specify 64 bit architecture in dub configuration file?

2017-11-10 Thread Atila Neves via Digitalmars-d-learn
On Friday, 10 November 2017 at 09:18:34 UTC, Nicholas Wilson wrote: On Friday, 10 November 2017 at 08:30:39 UTC, OlaOst wrote: Using 'dub --arch=x86_64' will get you a 64 bit build, but is it possible to specify 64 bit architecture in the configuration file, so one can just type 'dub' and get

Re: How to specify 64 bit architecture in dub configuration file?

2017-11-10 Thread Nicholas Wilson via Digitalmars-d-learn
On Friday, 10 November 2017 at 08:30:39 UTC, OlaOst wrote: Using 'dub --arch=x86_64' will get you a 64 bit build, but is it possible to specify 64 bit architecture in the configuration file, so one can just type 'dub' and get a 64 bit build? "dflags" : "-m64" will work. You can probably use

How to specify 64 bit architecture in dub configuration file?

2017-11-10 Thread OlaOst via Digitalmars-d-learn
Using 'dub --arch=x86_64' will get you a 64 bit build, but is it possible to specify 64 bit architecture in the configuration file, so one can just type 'dub' and get a 64 bit build?