remove useless buildTypes block from dub.json

This commit is contained in:
Cameron Ross 2018-04-22 15:48:24 -03:00
parent f528351867
commit aa4af085b3
No known key found for this signature in database
GPG key ID: 777897D98DC91C54

View file

@ -7,12 +7,5 @@
"license": "Boost 1.0",
"dependencies": { "tinyendian" : { "version" : "~>0.1.0" } },
"homepage": "https://github.com/dlang-community/D-YAML",
"copyright": "Copyright © 2011-2014, Ferdinand Majerech",
"buildTypes":
{
"debug": { "buildOptions": ["debugMode"] },
"release": { "buildOptions": ["releaseMode", "optimize", "inline", "noBoundsCheck"] },
"profile": { "buildOptions": ["releaseMode", "optimize", "noBoundsCheck"] }
}
"copyright": "Copyright © 2011-2014, Ferdinand Majerech"
}