Default to DWARF level 3 for the assembler.

* as.c (dwarf_level): Initialise to 3 in case this is not set on
	the command line.
This commit is contained in:
Nick Clifton 2020-07-30 14:59:39 +01:00
parent c8693053f8
commit f291783b26

View file

@ -15,7 +15,7 @@
2020-07-30 Nick Clifton <nickc@redhat.com>
* as.c (dwarf_level): Initialise to 4 in case this is not set on
* as.c (dwarf_level): Initialise to 3 in case this is not set on
the command line.
2020-07-29 Maciej W. Rozycki <macro@linux-mips.org>