From ccecdd38a2c9104ed9c93b2734e8136f422eaa8b Mon Sep 17 00:00:00 2001 From: Dave Love Date: Sat, 21 Aug 1999 17:23:59 +0000 Subject: [PATCH] (C_DEBUG_SWITCH): Set for debug and optimize. --- src/s/irix6-5.h | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.39.5