diff src/s/osf1.h @ 27678:c370bafa362e

Define C_DEBUG_SWITCH for non-gcc.
author Dave Love <fx@gnu.org>
date Sat, 12 Feb 2000 17:03:54 +0000
parents 63fd40a97a75
children f8892a11c005
line wrap: on
line diff
--- a/src/s/osf1.h	Sat Feb 12 16:57:46 2000 +0000
+++ b/src/s/osf1.h	Sat Feb 12 17:03:54 2000 +0000
@@ -28,3 +28,8 @@
 
 /* Specify the type that the 3rd arg of `accept' points to.  */
 #define SOCKLEN_TYPE int
+
+#ifndef __GNUC__
+/* Optimize, inaccurate debugging.  */
+#define C_DEBUG_SWITCH -g3
+#endif