How does one set compiler options in DlangIDE?

Poukavele via Digitalmars-d-ide digitalmars-d-ide at puremagic.com
Tue Jun 28 15:34:32 PDT 2016


On Tuesday, 28 June 2016 at 07:44:47 UTC, Vadim Lopatin wrote:
> On Sunday, 19 June 2016 at 22:00:32 UTC, WhatMeWorry wrote:
>> [...]
>
> DlangIDE uses DUB for building projects.
> If dub build works for your project, DlangIDE should compile it 
> ok, too.
> If does not, you need to modify dub.json

DUB switch: --compiler={dmd|gdc|ldc|gdmd|ldmd}

You have it for DUB projects in Coedit, e.g once set in the 
general options a DUB project is always compiled with the 
specified compiler.


More information about the Digitalmars-d-ide mailing list