diff options
Diffstat (limited to 'etc/portage/env/debug.conf')
-rw-r--r-- | etc/portage/env/debug.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/portage/env/debug.conf b/etc/portage/env/debug.conf new file mode 100644 index 0000000..c8c8d83 --- /dev/null +++ b/etc/portage/env/debug.conf @@ -0,0 +1,3 @@ +CFLAGS="${CFLAGS} -ggdb" +CXXFLAGS="${CXXFLAGS} -ggdb" +FEATURES="${FEATURES} installsources splitdebug -nostrip compressdebug" |