summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/CCpp.conf
blob: 988ddf32ec6ae37013eabc0c461d601b47ae8ab8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Configuration file for CCpp add-on
# generate memory map too (IGNORED FOR NOW)
MemoryMap = no

# how to get debug-info: install, mount
## install - download and install debug-info packages
## mount - mount fedora NFS with debug info
## (IGNORED FOR NOW)
DebugInfo = install

# If this option is set to "yes",
# debuginfos will be installed to @@LOCALSTATEDIR@@/cache/abrt-di
InstallDebugInfo = yes

# Keep @@LOCALSTATEDIR@@/cache/abrt-di
# from growing out-of-bounds.
DebugInfoCacheMB = 4000