* as.c (dwatf_level): Default to level 4 in case version is not
set on the command line.
+2020-07-30 Nick Clifton <nickc@redhat.com>
+
+ * as.c (dwatf_level): Default to level 4 in case version is not
+ set on the command line.
+
2020-07-28 H.J. Lu <hongjiu.lu@intel.com>
PR gas/26305
int flag_dwarf_cie_version = -1;
/* The maximum level of DWARF DEBUG information we should manufacture. */
-unsigned int dwarf_level = 0;
+unsigned int dwarf_level = 4;
#if defined OBJ_ELF || defined OBJ_MAYBE_ELF
int flag_use_elf_stt_common = DEFAULT_GENERATE_ELF_STT_COMMON;