projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f99880a
)
flatpak-build.sh: change the buildtype to debugoptimized
author
Jordan Petridis
<jordan@centricular.com>
Mon, 25 Jul 2022 12:42:14 +0000
(15:42 +0300)
committer
Jordan 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
patch
|
blob
|
history
diff --git
a/.gitlab-ci/flatpak-build.sh
b/.gitlab-ci/flatpak-build.sh
index 20c3a21f9f876841e052d4b3962b57f3413a6c14..4f19082f7eaf5daf074c49497d03bf4e078624ab 100644
(file)
--- a/
.gitlab-ci/flatpak-build.sh
+++ b/
.gitlab-ci/flatpak-build.sh
@@
-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 \