Hello,


I would like to emerge a program with debugging options CFLAGS="-g" and without 
strip at the end of the build.

I know that I could do this:

$ export CFLAGS="-g"; emerge mypackage



But then it strip at the end the binary file (/usr/bin/strip) and I loss my 
debugging symbols in the binary file of the package.



Does somebody knows how I could do this by an easy way?

I had already the idea to rename the program /usr/bin/strip in 
/usr/bin/strip.old, but this is a little ugly! :-)


-- 
E-Mail sent with anti-spam site TrashMail.net!
Free disposable email addresses: http://www.trashmail.net/
-- 
gentoo-user@gentoo.org mailing list

Reply via email to