From: Richard M. Stallman Date: Wed, 15 Jun 1994 18:19:56 +0000 (+0000) Subject: (C_DEBUG_SWITCH): Define as empty. X-Git-Tag: emacs-19.34~7939 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b08c9c8bc78ff17589724305874b6ecb5c578d06;p=emacs.git (C_DEBUG_SWITCH): Define as empty. --- 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