From 5e182e80bf157b6fc130c8c4fdca6aac93195de9 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 21 Dec 1995 17:19:24 +0000 Subject: [PATCH] (C_DEBUG_SWITCH): Definition turned off. --- src/s/hpux9shr.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/s/hpux9shr.h b/src/s/hpux9shr.h index c311313149a..41ef98741c0 100644 --- a/src/s/hpux9shr.h +++ b/src/s/hpux9shr.h @@ -4,8 +4,10 @@ #include "hpux9.h" +#if 0 /* No longer needed, since in current GCC -g no longer does that. */ /* We must turn off -g since it forces -static. */ #ifdef __GNUC__ #undef C_DEBUG_SWITCH #define C_DEBUG_SWITCH #endif +#endif -- 2.39.2