Added build options
This commit is contained in:
parent
b28efde10a
commit
b9e341dfc1
17
dub.json
17
dub.json
|
@ -18,5 +18,20 @@
|
||||||
],
|
],
|
||||||
"preBuildCommands": [
|
"preBuildCommands": [
|
||||||
"./install-debian-dependencies.sh"
|
"./install-debian-dependencies.sh"
|
||||||
]
|
],
|
||||||
|
"buildTypes": {
|
||||||
|
"debug": {
|
||||||
|
"buildOptions": [
|
||||||
|
"debugMode",
|
||||||
|
"debugInfo"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"release": {
|
||||||
|
"buildOptions": [
|
||||||
|
"releaseMode",
|
||||||
|
"inline",
|
||||||
|
"optimize"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue