summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/CCpp.conf
diff options
context:
space:
mode:
authorNikola Pajkovsky <npajkovs@redhat.com>2009-09-07 11:27:51 +0200
committerNikola Pajkovsky <npajkovs@redhat.com>2009-09-07 11:27:51 +0200
commit7de2b3426e00a19298d167f574c899a7939122ce (patch)
tree85981d573c86a47fdec883628e91bd41610f6f84 /lib/Plugins/CCpp.conf
parent223f7ac565975b3d770065909607d9d25a3a2df4 (diff)
downloadabrt-7de2b3426e00a19298d167f574c899a7939122ce.tar.gz
abrt-7de2b3426e00a19298d167f574c899a7939122ce.tar.xz
abrt-7de2b3426e00a19298d167f574c899a7939122ce.zip
Add new config option InstallDebuginfo into CCpp.conf
Diffstat (limited to 'lib/Plugins/CCpp.conf')
-rw-r--r--lib/Plugins/CCpp.conf7
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/Plugins/CCpp.conf b/lib/Plugins/CCpp.conf
index 11a5eb8e..02c6c1ab 100644
--- a/lib/Plugins/CCpp.conf
+++ b/lib/Plugins/CCpp.conf
@@ -6,4 +6,9 @@ MemoryMap = no
# how to get debug-info: install, mount
## install - download and install debug-info packages
## mount - mount fedora NFS with debug info
-DebugInfo = install \ No newline at end of file
+DebugInfo = install
+
+# With this option set to "yes"
+# will be installed debuginfo
+InstallDebuginfo = yes
+