From 928bba3dcc84c73d79fcd9ac1ea6467410477c45 Mon Sep 17 00:00:00 2001 From: John Levon Date: Thu, 12 May 2022 11:01:20 +0100 Subject: add an ubuntu-latest PR run (#668) Without this, we didn't detect the openssl-3.0 build breakage. Signed-off-by: John Levon Reviewed-by: Thanos Makatos --- meson.build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 726d185..6cb7b5d 100644 --- a/meson.build +++ b/meson.build @@ -8,6 +8,8 @@ project( 'buildtype=debugoptimized', 'c_std=gnu99', 'warning_level=2', + # clang with dwarf-5 can break valgrind + 'c_args=-gdwarf-4', ], ) -- cgit v1.1