From bbf2192538a002d9c2f51df1d72733e7e197b4d9 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 3 Mar 1994 15:59:31 +0000 Subject: [PATCH] (C_SWITCH_SYSTEM): Increase maxmem when using IBM's compiler. --- src/s/aix3-2.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/s/aix3-2.h b/src/s/aix3-2.h index 46b0ed560ed..406de9de8ac 100644 --- a/src/s/aix3-2.h +++ b/src/s/aix3-2.h @@ -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 -- 2.39.5