From 2528a397819e84cfdfb2c85f2b68fd298e4238e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Wed, 23 Jan 2019 10:41:34 +0100 Subject: [PATCH] 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