Compare commits

..

No commits in common. "b9e341dfc1a3934e78433a42631939bc965e3cce" and "bb55ad76e33a2e724341a4084bb9211eda3a4f9a" have entirely different histories.

2 changed files with 1 additions and 20 deletions

View File

@ -18,20 +18,5 @@
],
"preBuildCommands": [
"./install-debian-dependencies.sh"
],
"buildTypes": {
"debug": {
"buildOptions": [
"debugMode",
"debugInfo"
]
},
"release": {
"buildOptions": [
"releaseMode",
"inline",
"optimize"
]
}
}
}

View File

@ -1,4 +0,0 @@
{
"defaultArchitecture": "x86_64",
"defaultCompiler": "ldc2"
}