(C_SWITCH_SYSTEM): Increase maxmem when using IBM's compiler.
authorKarl Heuer <kwzh@gnu.org>
Thu, 3 Mar 1994 15:59:31 +0000 (15:59 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 3 Mar 1994 15:59:31 +0000 (15:59 +0000)
src/s/aix3-2.h

index 46b0ed5..406de9d 100644 (file)
@@ -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