]> git.eshelyaron.com Git - emacs.git/commitdiff
(C_DEBUG_SWITCH): Set for debug and optimize.
authorDave Love <fx@gnu.org>
Sat, 21 Aug 1999 17:23:59 +0000 (17:23 +0000)
committerDave Love <fx@gnu.org>
Sat, 21 Aug 1999 17:23:59 +0000 (17:23 +0000)
src/s/irix6-5.h

index 44bb18e3103fed442ccf1ffee05cace90e7003cd..8222c91e4f40470e04828fd47b3ba38481079d1b 100644 (file)
 #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