dyaml/examples/yaml_bench/dub.json

17 lines
521 B
JSON
Raw Normal View History

{
"name": "yaml_bench",
"targetType": "executable",
"sourceFiles": ["yaml_bench.d"],
"mainSourceFile": "yaml_bench.d",
"dependencies":
{
"dyaml": { "version" : "~>0.5.0", "path" : "../../"},
},
2014-08-01 18:10:03 +00:00
"buildTypes":
{
"debug": { "buildOptions": ["debugMode", "debugInfoC"] },
"release": { "buildOptions": ["releaseMode", "optimize", "inline", "noBoundsCheck"] },
"profile": { "buildOptions": ["releaseMode", "optimize", "noBoundsCheck", "debugInfoC"] }
}
}