summaryrefslogtreecommitdiff
path: root/src/s/irix6-5.h
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>1999-08-21 17:23:59 +0000
committerDave Love <fx@gnu.org>1999-08-21 17:23:59 +0000
commitccecdd38a2c9104ed9c93b2734e8136f422eaa8b (patch)
treebf3afd2bef60a935609d77bb791432bbddbc4edb /src/s/irix6-5.h
parent07d555c6ef53894ad64fc411b2f46974732d8188 (diff)
downloademacs-ccecdd38a2c9104ed9c93b2734e8136f422eaa8b.tar.gz
(C_DEBUG_SWITCH): Set for debug and optimize.
Diffstat (limited to 'src/s/irix6-5.h')
-rw-r--r--src/s/irix6-5.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/s/irix6-5.h b/src/s/irix6-5.h
index 44bb18e3103..8222c91e4f4 100644
--- a/src/s/irix6-5.h
+++ b/src/s/irix6-5.h
@@ -26,6 +26,11 @@
#ifdef __GNUC__
#undef C_DEBUG_SWITCH
#define C_DEBUG_SWITCH -g
+#else
+/* Optimize, inaccurate debugging. This should also be applicable
+ other than on Irix 6.5, but I don't know for which compiler
+ versions. -- fx */
+#define C_DEBUG_SWITCH -g3 -O
#endif
#undef SA_RESTART