http://bugs.winehq.org/show_bug.cgi?id=5218
dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|WONTFIX |
------- Additional Comments From dank@kegel.com 2006-13-05 22:45 ------- Wine should be able to compile with at least some optimization.
http://gcc.gnu.org/onlinedocs/gcc-4.1.0/gcc/Optimize-Options.html#Optimize-O... lists what each optimization flag does. -Os doesn't look terribly dangerous except that it turns on -fstrict-aliasing, which many apps aren't ready for.
What happens if you try -Os -fno-strict-aliasing ?