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