aboutsummaryrefslogtreecommitdiff
blob: 38fd397d1a582532afe8ce1cdcc4791081eb41aa (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} splitdebug"
USE="${USE} debug"