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

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