From d52cdbc65b037193a2af992ec4f614bb76bc7345 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Thu, 9 Nov 2023 14:03:18 +0200 Subject: [PATCH] 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: --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 66507c8167..2845f165a3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,6 +42,8 @@ variables: _CI_CFLAGS: >- -Wno-error=deprecated-declarations + -ggdb + -fasynchronous-unwind-tables -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer