flatpak-build.sh: change the buildtype to debugoptimized

So that the flatpaks will include debuginfo and make debugging
easier.
This commit is contained in:
Jordan Petridis 2022-07-25 15:42:14 +03:00
parent f99880a74a
commit 23bd7c1c05

View File

@ -16,7 +16,7 @@ flatpak-builder \
flatpak build ${builddir} meson \ flatpak build ${builddir} meson \
--prefix=/app \ --prefix=/app \
--libdir=/app/lib \ --libdir=/app/lib \
--buildtype=release \ --buildtype=debugoptimized \
-Dx11-backend=true \ -Dx11-backend=true \
-Dwayland-backend=true \ -Dwayland-backend=true \
-Dbuild-tests=false \ -Dbuild-tests=false \