From 2c388434dd54418df4280c66e7fc4d5b3f5bb93e Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 30 Oct 2018 13:33:10 +0100 Subject: meson.build: re-add -funwind-tables which got lost in v0.20.23 merge --- meson.build | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 44a1db6a4..534453f5d 100644 --- a/meson.build +++ b/meson.build @@ -60,6 +60,10 @@ test_cxxflags = test_common_flags + [ # in C++17 because the exception specification is part of a function # type" '-Wno-noexcept-type', + + # Workaround for clang bug + # https://bugs.llvm.org/show_bug.cgi?id=32611 + '-funwind-tables', ] test_cflags = test_common_flags + [ -- cgit v1.2.3