Mercurial > emacs
changeset 25338:8a6fbe59406d
(C_DEBUG_SWITCH): Set for debug and optimize.
author | Dave Love <fx@gnu.org> |
---|---|
date | Sat, 21 Aug 1999 17:23:59 +0000 |
parents | da6d69f3f044 |
children | aa2f8bc34e57 |
files | src/s/irix6-5.h |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/irix6-5.h Sat Aug 21 10:43:26 1999 +0000 +++ b/src/s/irix6-5.h Sat Aug 21 17:23:59 1999 +0000 @@ -26,6 +26,11 @@ #ifdef __GNUC__ #undef C_DEBUG_SWITCH #define C_DEBUG_SWITCH -g +#else +/* Optimize, inaccurate debugging. This should also be applicable + other than on Irix 6.5, but I don't know for which compiler + versions. -- fx */ +#define C_DEBUG_SWITCH -g3 -O #endif #undef SA_RESTART