dyaml/examples/yaml_bench/dub.json
2014-08-01 20:10:03 +02:00

17 lines
521 B
JSON

{
"name": "yaml_bench",
"targetType": "executable",
"sourceFiles": ["yaml_bench.d"],
"mainSourceFile": "yaml_bench.d",
"dependencies":
{
"dyaml": { "version" : "~>0.5.0", "path" : "../../"},
},
"buildTypes":
{
"debug": { "buildOptions": ["debugMode", "debugInfoC"] },
"release": { "buildOptions": ["releaseMode", "optimize", "inline", "noBoundsCheck"] },
"profile": { "buildOptions": ["releaseMode", "optimize", "noBoundsCheck", "debugInfoC"] }
}
}