Compare commits
No commits in common. "b9e341dfc1a3934e78433a42631939bc965e3cce" and "bb55ad76e33a2e724341a4084bb9211eda3a4f9a" have entirely different histories.
b9e341dfc1
...
bb55ad76e3
17
dub.json
17
dub.json
|
@ -18,20 +18,5 @@
|
||||||
],
|
],
|
||||||
"preBuildCommands": [
|
"preBuildCommands": [
|
||||||
"./install-debian-dependencies.sh"
|
"./install-debian-dependencies.sh"
|
||||||
],
|
]
|
||||||
"buildTypes": {
|
|
||||||
"debug": {
|
|
||||||
"buildOptions": [
|
|
||||||
"debugMode",
|
|
||||||
"debugInfo"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"release": {
|
|
||||||
"buildOptions": [
|
|
||||||
"releaseMode",
|
|
||||||
"inline",
|
|
||||||
"optimize"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
{
|
|
||||||
"defaultArchitecture": "x86_64",
|
|
||||||
"defaultCompiler": "ldc2"
|
|
||||||
}
|
|
Loading…
Reference in New Issue