On Sat, May 24, 2008 at 10:02:50AM +0000, dhk wrote: > How can I modify the CFLAGS before emerging a package? I want to add > -g2 to the compile of libxml2 so I can step through their functions. If > I add -g2 to CFLAGS in make.conf it will do it for all packages which is > not what I want. > > Thanks, > > Dave > -- > [email protected] mailing list >
Same way as with USE flags, I think. # CFLAGS="-g2" emerge libxml2 - aegis -- [email protected] mailing list

