summaryrefslogtreecommitdiff
path: root/src/s/aix3-2.h
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1994-03-03 15:59:31 +0000
committerKarl Heuer <kwzh@gnu.org>1994-03-03 15:59:31 +0000
commitbbf2192538a002d9c2f51df1d72733e7e197b4d9 (patch)
tree2334cb9c523b51297114b721750ab9a2465eb766 /src/s/aix3-2.h
parentfcf848767b53b78bffdd3ff57b3dfa81f0baf65a (diff)
downloademacs-bbf2192538a002d9c2f51df1d72733e7e197b4d9.tar.gz
(C_SWITCH_SYSTEM): Increase maxmem when using IBM's compiler.
Diffstat (limited to 'src/s/aix3-2.h')
-rw-r--r--src/s/aix3-2.h5
1 files changed, 4 insertions, 1 deletions
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