OPTLINK : Warning 9: Unknown Option : OUT

Vladimir Panteleev thecybershadow.lists at gmail.com
Mon Jul 15 11:56:38 UTC 2019


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.

If you'd like to build 64-bit versions of your project, then 
specify `--model=64` (or `--model=32,64`, or even 
`--model=32,64,32mscoff`) when building D with Digger. Otherwise, 
you should tell Dub to target the 32-bit model, or figure out why 
Dub is configured to or defaults to targeting 64-bit.



More information about the Digitalmars-d-learn mailing list