mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-29 13:11:06 +00:00
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:
parent
2dae4617c4
commit
d52cdbc65b
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,8 @@ variables:
|
||||||
|
|
||||||
_CI_CFLAGS: >-
|
_CI_CFLAGS: >-
|
||||||
-Wno-error=deprecated-declarations
|
-Wno-error=deprecated-declarations
|
||||||
|
-ggdb
|
||||||
|
-fasynchronous-unwind-tables
|
||||||
-fno-omit-frame-pointer
|
-fno-omit-frame-pointer
|
||||||
-mno-omit-leaf-frame-pointer
|
-mno-omit-leaf-frame-pointer
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue