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