summaryrefslogtreecommitdiff
path: root/gcc/toplev.c
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2003-03-01 01:21:22 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2003-03-01 01:21:22 +0000
commit38497cd73fa61d77e84c143b8a8717e5069f74e8 (patch)
treef13a9941ca7d1634a22d81cd6dcba2532ff986b2 /gcc/toplev.c
parent6bb06c87878f69c911e5948c018868d508c1d072 (diff)
downloadgcc-38497cd73fa61d77e84c143b8a8717e5069f74e8.tar.gz
* toplev.c (flag_eliminate_unused_debug_types): Enable by default.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63600 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r--gcc/toplev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c
index 7730a39aacf..cb716924930 100644
--- a/gcc/toplev.c
+++ b/gcc/toplev.c
@@ -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. */