flatpak-build.sh: change the buildtype to debugoptimized
authorJordan Petridis <jordan@centricular.com>
Mon, 25 Jul 2022 12:42:14 +0000 (15:42 +0300)
committerJordan Petridis <jordan@centricular.com>
Mon, 25 Jul 2022 12:42:14 +0000 (15:42 +0300)
So that the flatpaks will include debuginfo and make debugging
easier.

.gitlab-ci/flatpak-build.sh

index 20c3a21f9f876841e052d4b3962b57f3413a6c14..4f19082f7eaf5daf074c49497d03bf4e078624ab 100644 (file)
@@ -16,7 +16,7 @@ flatpak-builder \
 flatpak build ${builddir} meson \
                 --prefix=/app \
                 --libdir=/app/lib \
-                --buildtype=release \
+                --buildtype=debugoptimized \
                 -Dx11-backend=true \
                 -Dwayland-backend=true \
                 -Dbuild-tests=false \