git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0936912
)
x86: offer frame pointers in all build modes
author
Ingo Molnar
<mingo@elte.hu>
Wed, 7 Jan 2009 10:05:10 +0000
(11:05 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Wed, 7 Jan 2009 10:18:59 +0000
(11:18 +0100)
CONFIG_FRAME_POINTERS=y results in much better debug info for the
kernel (clear and precise backtraces), with the only drawback being
a ~1% increase in kernel size.
So offer it unconditionally and enable it by default.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found