common.opt (flag_debug_types_section): Default to 0.
[gcc.git] / gcc / toplev.c
index fcfdba2aefb7680a56c54880c04cd7e1a11b2962..53590b0194a916e621272de0dab09013f81f809c 100644 (file)
@@ -1375,15 +1375,6 @@ process_options (void)
        }
     }
 
-  /* Unless over-ridden for the target, assume that all DWARF levels
-     may be emitted, if DWARF2_DEBUG is selected.  */
-  if (dwarf_strict < 0)
-    dwarf_strict = 0;
-
-  /* And select a default dwarf level.  */
-  if (dwarf_version < 0)
-    dwarf_version = 2;
-
   /* A lot of code assumes write_symbols == NO_DEBUG if the debugging
      level is 0.  */
   if (debug_info_level == DINFO_LEVEL_NONE)