From: Dave Love Date: Sat, 21 Aug 1999 17:23:59 +0000 (+0000) Subject: (C_DEBUG_SWITCH): Set for debug and optimize. X-Git-Tag: emacs-pretest-21.0.90~7103 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ccecdd38a2c9104ed9c93b2734e8136f422eaa8b;p=emacs.git (C_DEBUG_SWITCH): Set for debug and optimize. --- diff --git a/src/s/irix6-5.h b/src/s/irix6-5.h index 44bb18e3103..8222c91e4f4 100644 --- a/src/s/irix6-5.h +++ b/src/s/irix6-5.h @@ -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