Commit 9552a3e3 by Richard Henderson Committed by Richard Henderson

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

From-SVN: r63600
parent 704a0bbd
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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment