ci: Build with -ggdb and -fasynchronous-unwind-tables

This will produce better dwarf information in the binaries so we
can get better stacktraces in the test reports

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5543>
This commit is contained in:
Jordan Petridis 2023-11-09 14:03:18 +02:00 committed by GStreamer Marge Bot
parent 2dae4617c4
commit d52cdbc65b

View file

@ -42,6 +42,8 @@ variables:
_CI_CFLAGS: >-
-Wno-error=deprecated-declarations
-ggdb
-fasynchronous-unwind-tables
-fno-omit-frame-pointer
-mno-omit-leaf-frame-pointer