common.opt (femit-class-debug-always): Turn off by default.

2007-09-13  Seongbae Park <seongbae.park@gmail.com>

	* common.opt (femit-class-debug-always): Turn off by default.

From-SVN: r128474
This commit is contained in:
Seongbae Park 2007-09-13 18:25:33 +00:00 committed by Seongbae Park
parent 3c7b91d3dc
commit eae8e4741e
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-09-13 Seongbae Park <seongbae.park@gmail.com>
* common.opt (femit-class-debug-always): Turn off by default.
2007-09-13 Bernd Schmidt <bernd.schmidt@analog.com>
* config/bfin/bfin.md (reload_outpdi, reload_inpdi): New patterns.

View File

@ -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