summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJordan Petridis <jordan@centricular.com>2023-11-09 14:51:50 +0200
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2023-11-18 16:37:08 +0000
commit5685db73580b49605809c0991125b22907650b1e (patch)
tree23c8c54e385e2403c153a4a0b48fa3647899481a /.gitlab-ci.yml
parent58119a3dea18648e06eb1aa03645321297382069 (diff)
ci: Move the build cflags to a meson native file
Similar to what we use for the werror Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5543>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 09f7f9292f..0235886b2d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -40,13 +40,6 @@ variables:
WINDOWS_IMAGE: "$CI_REGISTRY_IMAGE/$WINDOWS_AMD64_SUFFIX:$WINDOWS_TAG-$GST_UPSTREAM_BRANCH"
WINDOWS_UPSTREAM_IMAGE: "$CI_REGISTRY/$FDO_UPSTREAM_REPO/$WINDOWS_AMD64_SUFFIX:$WINDOWS_TAG-$GST_UPSTREAM_BRANCH"
- _CI_CFLAGS: >-
- -Wno-error=deprecated-declarations
- -ggdb
- -fasynchronous-unwind-tables
- -fno-omit-frame-pointer
- -mno-omit-leaf-frame-pointer
-
DEFAULT_MESON_ARGS: >-
-Dlibnice:tests=disabled
-Dlibnice:examples=disabled