mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-23 11:18:54 +00:00
5 lines
136 B
C
5 lines
136 B
C
/* Enable Dwarf2 debugging and make it the default */
|
|
#define DWARF2_DEBUGGING_INFO 1
|
|
#define PREFERRED_DEBUGGING_TYPE DWARF2_DEBUG
|
|
|