On Fri Nov 4 17:54:37 2022 +0000, Alexandre Julliard wrote:
This looks wrong, DLLFLAGS is for the native compiler. If the goal is to check for CFI support it should be tested on the PE cross-assembler, or otherwise assume that it's always available.
I must admit that I'm a bit lost which one is which between `DLLFLAGS`, `UNIXDLLFLAGS` and `LDDLLFLAGS`. So if it's fine to tie winebuild `unwind_tables` to `is_pe` unless forced otherwise I'll do that.