Skip to content

Commit

Permalink
flatpak-build.sh: change the buildtype to debugoptimized
Browse files Browse the repository at this point in the history
So that the flatpaks will include debuginfo and make debugging
easier.
  • Loading branch information
alatiera committed Jul 25, 2022
1 parent f99880a commit 23bd7c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci/flatpak-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 23bd7c1

Please sign in to comment.