Added build options

This commit is contained in:
Alexander Zhirov 2024-12-06 02:41:51 +03:00
parent b28efde10a
commit b9e341dfc1
1 changed files with 16 additions and 1 deletions

View File

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