[Bug 5218] Wine compiled with -Os optimization crashes

Wine Bugs wine-bugs at winehq.org
Sat May 13 22:45:34 CDT 2006


http://bugs.winehq.org/show_bug.cgi?id=5218


dank at kegel.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|WONTFIX                     |




------- Additional Comments From dank at 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-Options
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 ?

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list