diff options
author | Michel Dänzer <[email protected]> | 2019-04-17 12:53:23 +0200 |
---|---|---|
committer | Michel Dänzer <[email protected]> | 2019-04-25 10:51:41 +0200 |
commit | 5078d66a8699e2cbfc5a8244a7d7e0437919a281 (patch) | |
tree | abd8f1f61d0d0b6d4b408bfb94e0d8bc24887a5e /.gitlab-ci.yml | |
parent | b06ae5360659b09bed8aca96a15186dd4962746d (diff) |
gitlab-ci: Use meson buildtype debug instead of default debugoptimized
This can save a lot of time for some of the meson CI jobs.
Acked-by: Eric Engestrom <[email protected]>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3212432d5fa..fb8be02b7e5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -94,6 +94,7 @@ debian: - meson --version - meson _build --native-file=native.file + -D buildtype=debug -D build-tests=true -D libunwind=${UNWIND} ${DRI_LOADERS} |