* toplev.c (flag_eliminate_unused_debug_types): Enable by default.
From-SVN: r63600
This commit is contained in:
parent
704a0bbdd3
commit
9552a3e342
@ -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.
|
||||
|
@ -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. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user