On Thursday, 24 October 2019 at 01:17:24 UTC, OiseuKodeur wrote:
BTW if you prefer using optlink and the digitalmars C runtime, you can instruct dub to do so with: --arch=x86

how can i add --arch=x86 flag to the dub.json so it do it automatically ?

"dflags":     [
        "--arch=x86"
]

This should work. Didnt tried though

Reply via email to