From a566347dafe54a8d5b273aac9d0eed92d544ef7a Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Wed, 10 Feb 2010 14:11:08 +0100 Subject: don't install debuginfo on rhel --- lib/Plugins/CCpp.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Plugins/CCpp.conf b/lib/Plugins/CCpp.conf index 30e1550c..c8f54849 100644 --- a/lib/Plugins/CCpp.conf +++ b/lib/Plugins/CCpp.conf @@ -19,7 +19,7 @@ DebugInfo = install # If this option is set to "yes", # debuginfos will be installed to @@LOCALSTATEDIR@@/cache/abrt-di -InstallDebugInfo = yes +InstallDebugInfo = no # Additional directories to search for debuginfos. # For example, you can list a network-mounted shared store -- cgit