make dub.json more standard-compliant

This commit is contained in:
Cameron Ross 2018-04-08 03:15:11 -03:00
parent 3b7033d046
commit 59feae3ff4
No known key found for this signature in database
GPG key ID: 777897D98DC91C54

View file

@ -13,6 +13,6 @@
{
"debug": { "buildOptions": ["debugMode"] },
"release": { "buildOptions": ["releaseMode", "optimize", "inline", "noBoundsCheck"] },
"profile": { "buildOptions": ["releaseMode", "optimize", "noBoundsCheck"] },
},
"profile": { "buildOptions": ["releaseMode", "optimize", "noBoundsCheck"] }
}
}