1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

fix(flatpak): Build flatpak qTox and dependencies in Release mode

This commit is contained in:
Anthony Bilinski 2021-12-20 00:25:30 -08:00
parent 263ac68c86
commit 9ea6d7e8fc
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C

View File

@ -87,6 +87,7 @@
"name": "c-toxcore",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DCMAKE_BUILD_TYPE=Release",
"-DDHT_BOOTSTRAP=OFF",
"-DBOOTSTRAP_DAEMON=OFF",
"-DENABLE_STATIC=OFF"
@ -101,6 +102,9 @@
{
"name": "toxext",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DCMAKE_BUILD_TYPE=Release"
],
"sources": [
{
"type": "dir",
@ -111,6 +115,9 @@
{
"name": "tox_extension_messages",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DCMAKE_BUILD_TYPE=Release"
],
"sources": [
{
"type": "dir",
@ -122,6 +129,7 @@
"name": "qTox",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DCMAKE_BUILD_TYPE=Release",
"-DSVGZ_ICON=OFF",
"-DSTRICT_OPTIONS=ON"
],