Commit 2c388434 authored by Max Kellermann's avatar Max Kellermann

meson.build: re-add -funwind-tables which got lost in v0.20.23 merge

parent c9746928
......@@ -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 + [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment