(PREFERRED_DEBUGGING_INFO): Add undef before define.
From-SVN: r8211
This commit is contained in:
parent
cc3311068d
commit
80dd763062
@ -54,6 +54,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
/* We want to output DBX debugging information. */
|
||||
|
||||
#define DBX_DEBUGGING_INFO
|
||||
#undef PREFERRED_DEBUGGING_TYPE
|
||||
#define PREFERRED_DEBUGGING_TYPE DBX_DEBUG
|
||||
|
||||
/* We optionally want to be able to produce SDB debugging output so that
|
||||
|
@ -57,6 +57,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
/* We want to output DBX (stabs) debugging information normally. */
|
||||
|
||||
#define DBX_DEBUGGING_INFO
|
||||
#undef PREFERRED_DEBUGGING_TYPE
|
||||
#define PREFERRED_DEBUGGING_TYPE DBX_DEBUG
|
||||
|
||||
/* It is convenient to be able to generate standard coff debugging
|
||||
|
Loading…
Reference in New Issue
Block a user