22 May
2022
22 May
'22
11:37 p.m.
https://bugs.winehq.org/show_bug.cgi?id=53032 --- Comment #8 from Artem S. Tashkinov <aros(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.