aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1994-03-03 15:59:31 +0000
committerKarl Heuer1994-03-03 15:59:31 +0000
commitbbf2192538a002d9c2f51df1d72733e7e197b4d9 (patch)
tree2334cb9c523b51297114b721750ab9a2465eb766 /src
parentfcf848767b53b78bffdd3ff57b3dfa81f0baf65a (diff)
downloademacs-bbf2192538a002d9c2f51df1d72733e7e197b4d9.tar.gz
emacs-bbf2192538a002d9c2f51df1d72733e7e197b4d9.zip
(C_SWITCH_SYSTEM): Increase maxmem when using IBM's compiler.
Diffstat (limited to 'src')
-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 @@
9#undef SPECIFY_X11R4 9#undef SPECIFY_X11R4
10 10
11#ifndef __GNUC__ 11#ifndef __GNUC__
12#define C_SWITCH_SYSTEM -ma 12/* Some programs in src produce warnings saying certain subprograms
13 are to comples and need a MAXMEM value greater than 2000 for
14 additional optimization. --nils@exp-math.uni-essen.de */
15#define C_SWITCH_SYSTEM -ma -qmaxmem=4000
13#endif 16#endif
14#define HAVE_ALLOCA 17#define HAVE_ALLOCA
15#undef rindex 18#undef rindex