]> git.eshelyaron.com Git - emacs.git/commitdiff
(C_DEBUG_SWITCH): Define as empty.
authorRichard M. Stallman <rms@gnu.org>
Wed, 15 Jun 1994 18:19:56 +0000 (18:19 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 15 Jun 1994 18:19:56 +0000 (18:19 +0000)
src/s/hpux9shr.h

index 9fda4ca5e6b5a4ce2a2aab466dc20c2d299a9fa4..c311313149a022fed30d59fb6459a5d3ccf89de3 100644 (file)
@@ -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