[__GNUC__] (C_DEBUG_SWITCH): Define as -g3.
This commit is contained in:
parent
13de9290cf
commit
26507191c4
1 changed files with 7 additions and 0 deletions
|
@ -15,4 +15,11 @@
|
|||
#undef C_SWITCH_SYSTEM
|
||||
#endif
|
||||
|
||||
/* The only supported configuration of GCC under IRIX6.x produces
|
||||
n32 MIPS ABI binaries and also supports -g. */
|
||||
#ifdef __GNUC__
|
||||
#undef C_DEBUG_SWITCH
|
||||
#define C_DEBUG_SWITCH -g
|
||||
#endif
|
||||
|
||||
#undef SA_RESTART
|
||||
|
|
Loading…
Add table
Reference in a new issue