https://bugs.winehq.org/show_bug.cgi?id=53032
--- Comment #8 from Artem S. Tashkinov aros@gmx.com --- Here's how I build Wine:
export CFLAGS="-O2 -pipe -m32 -march=pentium-m" export CXXFLAGS="$CFLAGS" export LDFLAGS="-Wl,-O1 -Wl,--hash-style=gnu"
./configure --prefix=/opt/wine --disable-tests && make -j16
This is 100% reproducible under Fedora 36.
Maybe it's down to my Ryzen 7 5800X CPU and you have an Intel one, so you don't hit the issue.