summaryrefslogtreecommitdiff
path: root/gcc/common.opt
diff options
context:
space:
mode:
authorspark <spark@138bc75d-0d04-0410-961f-82ee72b054a4>2007-09-13 18:25:33 +0000
committerspark <spark@138bc75d-0d04-0410-961f-82ee72b054a4>2007-09-13 18:25:33 +0000
commitfd5e1dfefd51c686d798c7b812a1304be63cb6b6 (patch)
treeeba8492188817c571310b0ea946530fa991141c8 /gcc/common.opt
parentaadb53225ce3f015a0ba0f5b8209087ff922a054 (diff)
downloadgcc-fd5e1dfefd51c686d798c7b812a1304be63cb6b6.tar.gz
2007-09-13 Seongbae Park <seongbae.park@gmail.com>
* common.opt (femit-class-debug-always): Turn off by default. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128474 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/common.opt')
-rw-r--r--gcc/common.opt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/common.opt b/gcc/common.opt
index a2afcf277ae..909c57bf0ac 100644
--- a/gcc/common.opt
+++ b/gcc/common.opt
@@ -456,7 +456,7 @@ Common Report Var(flag_eliminate_unused_debug_types) Init(1)
Perform unused type elimination in debug info
femit-class-debug-always
-Common Report Var(flag_emit_class_debug_always) Init(1)
+Common Report Var(flag_emit_class_debug_always) Init(0)
Do not suppress C++ class debug information.
fexceptions