On Monday, 1 December 2025 at 10:39:08 UTC, Brother Bill wrote:
If I wanted only in and switch "checked" would I add two -check arguments to CLI as
```
$ dub build -check=in=on -check=switch=on
```

or some other magic incantation?

One way is to export variable named DFLAGS with those options.

Or, use dflags in your DUB config file - https://dub.pm/dub-reference/build_settings/#dflags

Reply via email to