blob: 8806a092509a6994f6daa795a1201c17ffec50f2 (
plain)
1
2
3
4
5
6
7
|
CFLAGS="-O0 -ggdb"
CXXFLAGS="${CFLAGS}"
# You can use either nostrip or splitdebug - refer to
# http://www.gentoo.org/proj/en/qa/backtraces.xml
# for more information
FEATURES="${FEATURES} nostrip"
USE="${USE} debug"
|