diff options
Diffstat (limited to 'gnu/egcs/gcc/config/tm-dwarf2.h')
-rw-r--r-- | gnu/egcs/gcc/config/tm-dwarf2.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/egcs/gcc/config/tm-dwarf2.h b/gnu/egcs/gcc/config/tm-dwarf2.h new file mode 100644 index 00000000000..a580964ba1a --- /dev/null +++ b/gnu/egcs/gcc/config/tm-dwarf2.h @@ -0,0 +1,4 @@ +/* Enable Dwarf2 debugging and make it the default */ +#define DWARF2_DEBUGGING_INFO 1 +#define PREFERRED_DEBUGGING_TYPE DWARF2_DEBUG + |