From b08c9c8bc78ff17589724305874b6ecb5c578d06 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 15 Jun 1994 18:19:56 +0000 Subject: [PATCH] (C_DEBUG_SWITCH): Define as empty. --- src/s/hpux9shr.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/s/hpux9shr.h b/src/s/hpux9shr.h index 9fda4ca5e6b..c311313149a 100644 --- a/src/s/hpux9shr.h +++ b/src/s/hpux9shr.h @@ -3,3 +3,9 @@ #define RUN_TIME_REMAP #include "hpux9.h" + +/* We must turn off -g since it forces -static. */ +#ifdef __GNUC__ +#undef C_DEBUG_SWITCH +#define C_DEBUG_SWITCH +#endif -- 2.39.5