Merge pull request #99 from Herringway/fix-json
make dub.json more standard-compliant merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
This commit is contained in:
commit
85b6d077cc
4
dub.json
4
dub.json
|
@ -13,6 +13,6 @@
|
|||
{
|
||||
"debug": { "buildOptions": ["debugMode"] },
|
||||
"release": { "buildOptions": ["releaseMode", "optimize", "inline", "noBoundsCheck"] },
|
||||
"profile": { "buildOptions": ["releaseMode", "optimize", "noBoundsCheck"] },
|
||||
},
|
||||
"profile": { "buildOptions": ["releaseMode", "optimize", "noBoundsCheck"] }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue