On Friday, 23 January 2015 at 15:45:22 UTC, Stefan Frijters wrote:
1) I have defined buildTypes in dub.json, as well as subPackages. However, I want to always build all subPackages in release mode, regardless of the --build option I'm using to build the main program. I'm not clear if it's possible to do this, and if so, how to specify this.
The 'subConfigurations' option could be what you're looking for.
2) I would like the file name of my final executable to depend on my chosen --build and --config options (i.e. <myexecutable>-<build>-<config>). Is this possible to do?
Not AFAIK, but don't quote me on that.