https://bugs.winehq.org/show_bug.cgi?id=38653
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #4 from Anastasius Focht focht@gmx.net --- Hello Austin,
--- quote --- Also, I can't reproduce this in 1.7.44 with Fedora 22's gcc: --- quote ---
That's probably due to default gcc optimization level being used which should work well in any case. You could try with higher optimization level, such as '-O2'.
AFAIK various distros have their own "optimized" settings when building packages. On Fedora you could check with 'rpm --eval %{optflags}'. Since you are building without package build system those are not active.
Jerome didn't provide information about compiler options being active (gcc defaults? distro defaults? own CFLAGS overrides?) so its hard to guess but probably mis-optimization related.
Regards