I am developing some software with clanlib, and would like it to support the use flags 'debug' and 'gprof'. -fomit-frame-pointer needs to be filtered out of CFLAGS for gprof to work. thanks Reproducible: Always Steps to Reproduce: 1. 2. 3.
Can't you just do CFLAGS="-g -fno-omit-pointer" emerge clanlib ? If not.. please re-open the bug..