Merge pull request #116 from Herringway/remove-buildtypes
remove useless buildTypes block from dub.json merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
This commit is contained in:
commit
636f87ad6d
9
dub.json
9
dub.json
|
@ -7,12 +7,5 @@
|
||||||
"license": "Boost 1.0",
|
"license": "Boost 1.0",
|
||||||
"dependencies": { "tinyendian" : { "version" : "~>0.1.0" } },
|
"dependencies": { "tinyendian" : { "version" : "~>0.1.0" } },
|
||||||
"homepage": "https://github.com/dlang-community/D-YAML",
|
"homepage": "https://github.com/dlang-community/D-YAML",
|
||||||
"copyright": "Copyright © 2011-2014, Ferdinand Majerech",
|
"copyright": "Copyright © 2011-2014, Ferdinand Majerech"
|
||||||
|
|
||||||
"buildTypes":
|
|
||||||
{
|
|
||||||
"debug": { "buildOptions": ["debugMode"] },
|
|
||||||
"release": { "buildOptions": ["releaseMode", "optimize", "inline", "noBoundsCheck"] },
|
|
||||||
"profile": { "buildOptions": ["releaseMode", "optimize", "noBoundsCheck"] }
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue