[Bug 22666] wine64: does not create a proper WINEPREFIX when -O0 is used, breaks winetest

wine-bugs at winehq.org wine-bugs at winehq.org
Fri May 14 15:24:39 CDT 2010


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


Austin English <austinenglish at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|wine64: not always creating |wine64: does not create a
                   |a proper WINEPREFIX, breaks |proper WINEPREFIX when -O0
                   |winetest                    |is used, breaks winetest




--- Comment #3 from Austin English <austinenglish at gmail.com>  2010-05-14 15:24:39 ---
With some debugging on #winehackers, Marcus suggested checking the CFLAGS. I
was using '-Wno-unused -g', but not setting '-O2', so gcc used the default,
'-O0', which caused the bug. Setting '-O2' works, but Wine should work without
optimizations as well.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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.



More information about the wine-bugs mailing list