http://bugs.winehq.org/show_bug.cgi?id=22666 Austin English <austinenglish(a)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(a)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.