http://bugs.winehq.org/show_bug.cgi?id=12547
--- Comment #13 from Matthew Schultz mattsch@gmail.com 2008-07-28 09:20:56 --- (In reply to comment #12)
(In reply to comment #6)
CFLAGS="-mcpu=athlon-xp -O3 -pipe -fomit-frame-pointer" CXXFLAGS="-mcpu=athlon-xp -O3 -pipe -fomit-frame-pointer"
Do not not use -fomit-frame-pointer to build wine, because that flag breaks something into wine protection schemes even when wine compile flawless and without errors, I had suffered it during long time, and there's no other way to make protected games work.
Use "-mcpu=athlon-xp -O3 -pipe"
You can check about it here too:
http://www.nabble.com/-Bug-39604--wine%2C-ASSIGNED%3A-wine-should-be-compile...
What exactly was decided on that bug? I see a comment near the end that says they're adding -fomit-frame-pointer meaning that they're adding to an exclusion list of flags not to use or they found that it's not the problem?