Re: [RFC PATCH] meson.build: don't bother with split-debug for windows

2025-03-15 Thread Peter Maydell
On Fri, 14 Mar 2025 at 10:23, Alex Bennée wrote: > > It was reported this breaks the final artefacts on windows when run > under Wine. > > Signed-off-by: Alex Bennée > Cc: Konstantin Kostiuk > --- > meson.build | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/meson

Re: [RFC PATCH] meson.build: don't bother with split-debug for windows

2025-03-14 Thread Konstantin Kostiuk
Best Regards, Konstantin Kostiuk. On Fri, Mar 14, 2025 at 12:23 PM Alex Bennée wrote: > It was reported this breaks the final artefacts on windows when run > under Wine. > Not only Wine, but Windows as well. Tested on Windows Server 2022. > > Signed-off-by: Alex Bennée > Cc: Konstantin Kost

[RFC PATCH] meson.build: don't bother with split-debug for windows

2025-03-14 Thread Alex Bennée
It was reported this breaks the final artefacts on windows when run under Wine. Signed-off-by: Alex Bennée Cc: Konstantin Kostiuk --- meson.build | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index c2c71b6f8a..9b1af6d030 100644 --- a/meson.b