On Fri, 09 Sep 2011 17:14:41 +0200 Pacho Ramos <pa...@gentoo.org> wrote: > > Well, in this case it is simply appending "-g" when building with > debugging support, and it doesn't seem to cause any problem :-/
-g shouldnt change anything since binaries are stripped afterwards; if the useflag only adds -g then you should drop it imho; if it adds e.g. some asserts & stuff like that, imho its sane to let the useflag add a harmless -g A.