mirror of
https://github.com/redstrate/Astra.git
synced 2025-05-13 21:07:46 +00:00
Build with RelWithDebInfo for more Flatpak modules
This commit is contained in:
parent
dfb987da9d
commit
8723636e31
1 changed files with 8 additions and 1 deletions
|
@ -39,7 +39,7 @@ modules:
|
||||||
- name: kirigami-addons
|
- name: kirigami-addons
|
||||||
config-opts:
|
config-opts:
|
||||||
- -DBUILD_TESTING=OFF
|
- -DBUILD_TESTING=OFF
|
||||||
- -DCMAKE_BUILD_TYPE=Release
|
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||||
- -DQT_MAJOR_VERSION=6
|
- -DQT_MAJOR_VERSION=6
|
||||||
buildsystem: cmake-ninja
|
buildsystem: cmake-ninja
|
||||||
sources:
|
sources:
|
||||||
|
@ -54,6 +54,8 @@ modules:
|
||||||
- /include
|
- /include
|
||||||
- /lib/pkgconfig
|
- /lib/pkgconfig
|
||||||
buildsystem: cmake-ninja
|
buildsystem: cmake-ninja
|
||||||
|
config-opts:
|
||||||
|
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/twogood/unshield.git
|
url: https://github.com/twogood/unshield.git
|
||||||
|
@ -87,6 +89,7 @@ modules:
|
||||||
- -DLIB_INSTALL_DIR=/app/lib
|
- -DLIB_INSTALL_DIR=/app/lib
|
||||||
- -DBUILD_TRANSLATIONS=NO
|
- -DBUILD_TRANSLATIONS=NO
|
||||||
- -DLIBSECRET_SUPPORT=OFF # TODO: Re-enable
|
- -DLIBSECRET_SUPPORT=OFF # TODO: Re-enable
|
||||||
|
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/frankosterfeld/qtkeychain.git
|
url: https://github.com/frankosterfeld/qtkeychain.git
|
||||||
|
@ -109,6 +112,9 @@ modules:
|
||||||
sha256: 0f2c41c20644503c17e13498203986493332fc8296dbd78493bc1fed352ec0cc
|
sha256: 0f2c41c20644503c17e13498203986493332fc8296dbd78493bc1fed352ec0cc
|
||||||
- name: qt6-qtwebview
|
- name: qt6-qtwebview
|
||||||
buildsystem: cmake-ninja
|
buildsystem: cmake-ninja
|
||||||
|
config-opts:
|
||||||
|
- -DCMAKE_INSTALL_LIBDIR=/app/lib
|
||||||
|
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||||
cleanup-platform:
|
cleanup-platform:
|
||||||
- /bin
|
- /bin
|
||||||
sources:
|
sources:
|
||||||
|
@ -141,6 +147,7 @@ modules:
|
||||||
- -DCMAKE_INSTALL_LIBDIR=/app/lib
|
- -DCMAKE_INSTALL_LIBDIR=/app/lib
|
||||||
- -DLIB_INSTALL_DIR=/app/lib
|
- -DLIB_INSTALL_DIR=/app/lib
|
||||||
- -DBUILD_TESTING=OFF
|
- -DBUILD_TESTING=OFF
|
||||||
|
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||||
build-options:
|
build-options:
|
||||||
build-args:
|
build-args:
|
||||||
- --share=network # needed for cargo unfortunately, flatpak has no native support (yet)
|
- --share=network # needed for cargo unfortunately, flatpak has no native support (yet)
|
||||||
|
|
Loading…
Add table
Reference in a new issue