On Monday, 15 July 2019 at 11:56:38 UTC, Vladimir Panteleev wrote:
On Monday, 15 July 2019 at 11:48:13 UTC, Anonymouse wrote:
dub run digger -- build "stable + druntime#2675"

sc.ini and dub output at:
https://pastebin.com/jPnh4yEA

By default Digger builds D for 32-bit only. However, it looks like Dub is trying to build your code targeting the 64-bit model, whether due to a setting in your project's dub.json, or something else like dub.exe being a 64-bit executable.


Yes, dub defaults to 64-bit on 64-bit since 2.085 IIRC. It will also never use optlink by default anymore.


Reply via email to