esound compile fails if I use -Os option for gcc: CFLAGS="-march=k6-2 -Os -pipe -fomit-frame-pointer" Reproducible: Always Steps to Reproduce: 1. 2. 3.
What version of esound are you trying to emerge, and at what point does it fail? What is the exact error message? It might be helpful if you attached the output of "emerge info" and the emerge log.
esound 0.2.34 compiles fine on my system using the following CFLAGS: CFLAGS="-Os -march=athlon-xp -pipe -fomit-frame-pointer"
Looks like it is working for me too.