[gentoo-user] emergeing with debugging symbols

2003-08-25 Thread Ian Truelsen
How can I emerge a package so that it includes the debugging symbols needed for gdb? -- Ian Truelsen Email: [EMAIL PROTECTED] AIM: ihtruelsen Homepage: http://www.ihtruelsen.dyndns.org -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] emergeing with debugging symbols

2003-08-25 Thread Spider
begin quote On Mon, 25 Aug 2003 11:24:28 -0500 Ian Truelsen [EMAIL PROTECTED] wrote: How can I emerge a package so that it includes the debugging symbols needed for gdb? add FEATURES=nostrip to your make.conf to disable stripping of binaries. add -g to CFLAGS to generate debug info remove