Page 1 of 1

backtrace on a gentoo system

Posted: Mon Jun 11, 2007 7:32 pm
by nicolasc
This problem goes hand in hand with the WM rewrite.

Question: What have you other gentoo users done to get a backtrace? Are there any special CFLAGS or USE-flags?

Posted: Mon Jun 11, 2007 8:14 pm
by chrigi
gentoo: CFLAGS="-O2 -march=pentium-m -pipe -fomit-frame-pointer -ggdb3"

For Orxonox CFLAGS="" or CFLAGS="-ggdb3"

I believe ggdb3 gives better backtraces, especially with macros.