Module: Mesa Branch: master Commit: 6cf9b53fa2423aac1e01fe991710bfcbcec2d2d5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6cf9b53fa2423aac1e01fe991710bfcbcec2d2d5
Author: Samuel Pitoiset <[email protected]> Date: Tue Nov 19 12:25:36 2019 +0100 gitlab-ci: do not build with debugoptimized for meson-main This should reduce compile time because optimizations are costly. Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Michel Dänzer <[email protected]> --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e50bb4a3d57..a4e9177c202 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -254,7 +254,6 @@ meson-main: EXTRA_OPTION: > -D osmesa=gallium -D tools=all - BUILDTYPE: "debugoptimized" script: - .gitlab-ci/meson-build.sh - .gitlab-ci/run-shader-db.sh _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
