Prevent the generation of DWARF level 0 line number tables...
[deliverable/binutils-gdb.git] / gas / as.c
index 4c5881abd88c8fd493b8448fa7859810f1d8c197..c2da78870efa98aae072a7dcbe3ae02289943ffd 100644 (file)
--- a/gas/as.c
+++ b/gas/as.c
@@ -103,7 +103,7 @@ int verbose = 0;
 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;
This page took 0.028427 seconds and 4 git commands to generate.