changeset 6166:64fe0cc0138e

(C_SWITCH_SYSTEM): Increase maxmem when using IBM's compiler.
author Karl Heuer <kwzh@gnu.org>
date Thu, 03 Mar 1994 15:59:31 +0000
parents 9c0cc4128da8
children 1ad8f8ccdc2b
files src/s/aix3-2.h
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/aix3-2.h	Wed Mar 02 23:37:02 1994 +0000
+++ b/src/s/aix3-2.h	Thu Mar 03 15:59:31 1994 +0000
@@ -9,7 +9,10 @@
 #undef SPECIFY_X11R4
 
 #ifndef __GNUC__
-#define C_SWITCH_SYSTEM -ma
+/* Some programs in src produce warnings saying certain subprograms
+   are to comples and need a MAXMEM value greater than 2000 for
+   additional optimization.  --nils@exp-math.uni-essen.de */
+#define C_SWITCH_SYSTEM -ma -qmaxmem=4000
 #endif
 #define HAVE_ALLOCA
 #undef rindex