Strange - my previous commit to as.c to set the default dwarf level to 3 seems to...
authorNick Clifton <nickc@redhat.com>
Thu, 30 Jul 2020 15:23:09 +0000 (16:23 +0100)
committerNick Clifton <nickc@redhat.com>
Thu, 30 Jul 2020 15:23:09 +0000 (16:23 +0100)
gas/as.c

index c2da78870efa98aae072a7dcbe3ae02289943ffd..a04e615d35dfed90ec451929fe4d1947f9d67c34 100644 (file)
--- a/gas/as.c
+++ b/gas/as.c
@@ -102,8 +102,9 @@ int verbose = 0;
    MD_AFTER_PARSE_ARGS.  */
 int flag_dwarf_cie_version = -1;
 
-/* The maximum level of DWARF DEBUG information we should manufacture.  */
-unsigned int dwarf_level = 4;
+/* The maximum level of DWARF DEBUG information we should manufacture.
+   This defaults to 3 unless overridden by a command line option.  */
+unsigned int dwarf_level = 3;
 
 #if defined OBJ_ELF || defined OBJ_MAYBE_ELF
 int flag_use_elf_stt_common = DEFAULT_GENERATE_ELF_STT_COMMON;