Skip to content

Commit

Permalink
[dwarf] Bump default debug version to DWARF3
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuclaw committed Jun 10, 2015
1 parent df5a047 commit fac1c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/dwarf.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/* ==================== Dwarf debug ======================= */

// #define USE_DWARF_D_EXTENSIONS
#define DWARF_VERSION 2
#define DWARF_VERSION 3

void dwarf_initfile(const char *filename);
void dwarf_termfile();
Expand Down

0 comments on commit fac1c9a

Please sign in to comment.