If I have:

{
   ...
   "buildOptions": ["releaseMode", "optimize"],
   ...
}

DUB complains about the 'M' in releaseMode. What is the correct keyword? Is there some other way I can persuade DUB to generate a release executable if the user just types

dub build

Thanks
Steve