summaryrefslogtreecommitdiff
path: root/Documentation/env/profile-build
blob: 86a71a94e1ba0173fd07491075139ba771cdfc94 (plain)
1
2
3
4
5
6
7
8
CFLAGS="-O0 -ggdb -pg"
CXXFLAGS="${CFLAGS}"
LDFLAGS="${LDFLAGS} -pg"
# 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"