summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/CCpp.conf
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-11-02 11:58:01 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2009-11-02 11:58:01 +0100
commit68e616def90ece3bdde925dc106e51e8560fa05d (patch)
tree9b6c258dcacf7b2a7d7f38d16cee0a7f9c338fc0 /lib/Plugins/CCpp.conf
parent0586639caf9fd8218257a16006bb9783ee490102 (diff)
downloadabrt-68e616def90ece3bdde925dc106e51e8560fa05d.tar.gz
abrt-68e616def90ece3bdde925dc106e51e8560fa05d.tar.xz
abrt-68e616def90ece3bdde925dc106e51e8560fa05d.zip
lib/Plugins/CCpp: respect DebugInfoCacheMB setting
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'lib/Plugins/CCpp.conf')
-rw-r--r--lib/Plugins/CCpp.conf11
1 files changed, 6 insertions, 5 deletions
diff --git a/lib/Plugins/CCpp.conf b/lib/Plugins/CCpp.conf
index 2139274a..988ddf32 100644
--- a/lib/Plugins/CCpp.conf
+++ b/lib/Plugins/CCpp.conf
@@ -8,9 +8,10 @@ MemoryMap = no
## (IGNORED FOR NOW)
DebugInfo = install
-## (IGNORED FOR NOW)
-DebugInfoCacheMB = 4000
+# If this option is set to "yes",
+# debuginfos will be installed to @@LOCALSTATEDIR@@/cache/abrt-di
+InstallDebugInfo = yes
-# With this option set to "yes"
-# will be installed debuginfo
-InstallDebuginfo = yes
+# Keep @@LOCALSTATEDIR@@/cache/abrt-di
+# from growing out-of-bounds.
+DebugInfoCacheMB = 4000