16 Oct
2022
16 Oct
'22
5:24 p.m.
From: Rémi Bernon <rbernon(a)codeweavers.com> When available. Otherwise the output_cfi calls in winebuild, in the syscall thunks for instance, are just no-op. --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index e11f3cfdb63..e738af8a248 100644 --- a/configure.ac +++ b/configure.ac @@ -1975,6 +1975,7 @@ then DLLFLAGS="$DLLFLAGS -fasynchronous-unwind-tables" LDDLLFLAGS="$LDDLLFLAGS -fasynchronous-unwind-tables" UNIXDLLFLAGS="$UNIXDLLFLAGS -fasynchronous-unwind-tables" + CROSSLDFLAGS="$CROSSLDFLAGS -fasynchronous-unwind-tables" else if test "x$enable_win64" = "xyes" then -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/1074