"zhilla" zhilla@spymac.com wrote:
then, changed processor optimizations to much more conservative "-O2 -march=i486 -mcpu=i686" and it it works like a charm. athlon-xp optimizatins used in the first place are from http://gentoo-wiki.com/Safe_Cflags . if gentoo people claim these are safe cflags, and it worked until couple days ago, then something is definetly wrong, right?
When somebody plays with compiler flags it's definitely wrong. If you are brave enough to use custom compiler switches you are must be qualified enough to cope with any problems caused by that. Feel free to debug it on your own. It's most likely that -fomit-frame-pointer is the culprit.