* toplev.c (flag_eliminate_unused_debug_types): Enable by default.

From-SVN: r63600
This commit is contained in:
Richard Henderson 2003-02-28 17:21:22 -08:00 committed by Richard Henderson
parent 704a0bbdd3
commit 9552a3e342
2 changed files with 5 additions and 1 deletions

View 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.

View 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. */