8 lines
169 B
C
8 lines
169 B
C
/* We do not want to output SDB debugging information. */
|
|
|
|
#undef SDB_DEBUGGING_INFO
|
|
|
|
/* We want to output DBX debugging information. */
|
|
|
|
#define DBX_DEBUGGING_INFO 1
|