OSDN Git Service

* toplev.c (flag_eliminate_unused_debug_types): Enable by default.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 1 Mar 2003 01:21:22 +0000 (01:21 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 1 Mar 2003 01:21:22 +0000 (01:21 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63600 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/toplev.c

index 298c1dd..63db809 100644 (file)
@@ -1,3 +1,7 @@
+2003-02-28  Richard Henderson  <rth@redhat.com>
+
+       * toplev.c (flag_eliminate_unused_debug_types): Enable by default.
+
 2003-02-28  scott snyder  <snyder@fnal.gov>
 
        * flags.h: Add flag_eliminate_unused_debug_types.
index 7730a39..cb71692 100644 (file)
@@ -380,7 +380,7 @@ int flag_eliminate_dwarf2_dups = 0;
 
 /* Nonzero if doing unused type elimination.  */
 
-int flag_eliminate_unused_debug_types = 0;
+int flag_eliminate_unused_debug_types = 1;
 
 /* Nonzero if generating code to do profiling.  */