Skip to content

Commit e414842

Browse files
bug fix for dub build: add keep-header/dub.json file to repo. (#45)
1 parent 921c969 commit e414842

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

keep-header/dub.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "keep-header",
3+
"description": "Execute a unix command in a header aware fashion.",
4+
"homepage": "https://github.com/eBay/tsv-utils-dlang",
5+
"authors": ["Jon Degenhardt"],
6+
"copyright": "Copyright (c) 2017, eBay Software Foundation",
7+
"license": "BSL-1.0",
8+
"targetType": "executable",
9+
"configurations": [
10+
{
11+
"name" : "executable",
12+
"targetName": "keep-header",
13+
"targetPath": "../bin/",
14+
"mainSourceFile": "src/keep-header.d",
15+
"dependencies": { }
16+
},
17+
{
18+
"name": "unittest",
19+
"targetType": "none"
20+
}
21+
],
22+
"buildTypes": {
23+
"debug": { "buildOptions": ["debugMode", "optimize"] },
24+
"release": { "buildOptions": ["releaseMode", "optimize", "inline"], "dflags": ["-boundscheck=off"] }
25+
}
26+
}

0 commit comments

Comments
 (0)