[mutter] gitlab-ci.yml: Change build step build type to debugoptimized
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter] gitlab-ci.yml: Change build step build type to debugoptimized
- Date: Wed, 23 Jan 2019 21:12:54 +0000 (UTC)
commit 2528a397819e84cfdfb2c85f2b68fd298e4238e4
Author: Jonas Ã…dahl <jadahl gmail com>
Date: Wed Jan 23 10:41:34 2019 +0100
gitlab-ci.yml: Change build step build type to debugoptimized
We will catch -Wmaybe-uninitialized errors this way.
.gitlab-ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9c7fbe42c..52705c8c1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,7 +7,7 @@ stages:
build-mutter:
stage: build
script:
- - meson . build -Degl_device=true -Dwayland_eglstream=true --werror
+ - meson . build -Dbuildtype=debugoptimized -Degl_device=true -Dwayland_eglstream=true --werror
- ninja -C build
- ninja -C build install
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]