Originally posted by skolnick
Please Ateo, tell us your wrong and your right compilation flags, just in case somebody else is having problems with this.
Regards.
The flags I was using were:
-march=athlon-xp -m3dnow -msse -mfpmath=sse -mmmx -O3 -pipe
-fforce-addr -fomit-frame-pointer -funroll-loops -frerun-cse-after-loop
-frerun-loop-opt -falign-functions=4 -maccumulate-outgoing-args -ffast-math -fprefetch-loop-arrays
I admit I was a bit creative with my flags. 2 packages started to give me headaches with those flags so I shaved down my flags to:
-march=athlon-xp -O2 -pipe -mno-sse
... and now my system seems even faster.
I run an "unstable" gentoo system so I like to try out different things. The new flags was a suggestion from a gentoo developer.
P.S. aMule looks really nice with gtk2 using this gtk-qt engine. Works great too! Visually, to me, it looks much better than emule or any other p2p I've tried in recent times. =)