Blame SOURCES/binutils-gas-dwarf-level-4.patch

7f163d
--- binutils.orig/gas/as.c	2020-07-30 08:41:25.034236441 +0100
7f163d
+++ binutils-2.35/gas/as.c	2020-07-30 08:41:52.197058041 +0100
7f163d
@@ -103,7 +103,7 @@ int verbose = 0;
7f163d
 int flag_dwarf_cie_version = -1;
7f163d
 
7f163d
 /* The maximum level of DWARF DEBUG information we should manufacture.  */
7f163d
-unsigned int dwarf_level = 0;
7f163d
+unsigned int dwarf_level = 3;
7f163d
 
7f163d
 #if defined OBJ_ELF || defined OBJ_MAYBE_ELF
7f163d
 int flag_use_elf_stt_common = DEFAULT_GENERATE_ELF_STT_COMMON;