[__GNUC__] (C_DEBUG_SWITCH): Define as -g3.

This commit is contained in:
Richard M. Stallman 1996-07-24 03:38:46 +00:00
parent 13de9290cf
commit 26507191c4

View file

@ -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